Skip to content

Commit

Permalink
Update upload-artifact to v4 ##build
Browse files Browse the repository at this point in the history
  • Loading branch information
prodrigestivill authored and trufae committed Jan 9, 2025
1 parent 86daab0 commit 14a9e80
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
sys/install.sh
- name: Running tests
run: r2r -o /tmp/r2r.json test/db/cmd
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: r2r.json
path: /tmp/r2r.json
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
run: |
export LD_LIBRARY_PATH=/usr/local/lib
make tests
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: results.json
path: test/results.json
Expand Down Expand Up @@ -372,7 +372,7 @@ jobs:
export PATH=${HOME}/.local/bin:${HOME}/Library/Python/3.9/bin:${PATH}
sudo apt-get --assume-yes install python3-wheel gperf python3-setuptools cabextract gperf gcc-mingw-w64
sys/mingw32.sh
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: w32-mingw
path: radare2*.zip
Expand All @@ -387,7 +387,7 @@ jobs:
export PATH=${HOME}/.local/bin:${HOME}/Library/Python/3.9/bin:${PATH}
sudo apt-get --assume-yes install python3-wheel gperf python3-setuptools cabextract gperf gcc-mingw-w64
sys/mingw64.sh
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: w64-mingw
path: radare2*.zip
6 changes: 3 additions & 3 deletions .github/workflows/qemu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
sys/debian.sh
make -C dist/debian
- name: Pub
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: linux-acr-deb-arm64
path: dist/debian/*/*.deb
Expand All @@ -45,7 +45,7 @@ jobs:
sys/debian.sh
make -C dist/debian
- name: Pub
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: linux-acr-deb-riscv64
path: dist/debian/*/*.deb
Expand All @@ -66,7 +66,7 @@ jobs:
sys/debian.sh
make -C dist/debian
- name: Pub
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: linux-acr-deb-s390x
path: dist/debian/*/*.deb

0 comments on commit 14a9e80

Please sign in to comment.