Skip to content

Commit

Permalink
Move all actions to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
earlephilhower committed Feb 1, 2024
1 parent f13e163 commit 6ad83db
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-macarm-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
runs-on: macos-14
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: false

Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
tar cvf /tmp/python3.18-portable-darwin_arm64.tar python3
- name: Upload Python3-ARM
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: python3.18-portable-darwin_arm64.tar
path: /tmp/python3.18-portable-darwin_arm64.tar
5 changes: 2 additions & 3 deletions .github/workflows/build-macos-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,8 @@ jobs:
make -j
make install
popd
cp -a /opt/homebrew/lib/libhid*.dylib /tmp/openocd/bin/.
cp -a /opt/homebrew/lib/libusb*.dylib /tmp/openocd/bin/.
cp -a /opt/homebrew/lib/libcap*.dylib /tmp/openocd/bin/.
cp -a /opt/homebrew/opt/libusb/lib/libusb-1.0.0.dylib /tmp/openocd/bin/.
cp -a /opt/homebrew/opt/hidapi/lib/libhidapi.0.14.0.dylib /tmp/openocd/bin/libhidapi.0.dylib
# Make dylibs relative
otool -L /tmp/openocd/bin/openocd
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
tar cvf ../../picotool.${{matrix.env}}.tar -C /tmp picotool
- name: Upload Picotool ${{matrix.env}}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: picotool.${{matrix.env}}.tar
path: picotool.${{matrix.env}}.tar
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
tar cvf openocd.${{matrix.env}}.tar -C /tmp openocd
- name: Upload OpenOCD ${{matrix.env}}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: openocd.${{matrix.env}}.tar
path: openocd.${{matrix.env}}.tar

0 comments on commit 6ad83db

Please sign in to comment.