Skip to content

Commit

Permalink
Update to the upload-artifact v4
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed May 23, 2024
1 parent 2abcacb commit 56bd22f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: packaging
run: |
make -j -C dist/debian
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: iaito-amd64.deb
path: dist/debian/*/*.deb
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- name: packaging
run: |
make -C dist/debian
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: iaito-amd64.deb
path: dist/debian/*/*.deb
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
- name: packaging
run: |
make -C dist/macos
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: iaito-x64.dmg
path: dist/macos/iaito.dmg
Expand Down

0 comments on commit 56bd22f

Please sign in to comment.