Skip to content

Commit

Permalink
Update github upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
sarataha committed Nov 19, 2024
1 parent 3485a6a commit 9250b19
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: make zemu_test
- name: Upload Snapshots (only failure)
if: ${{ failure() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: snapshots-tmp
path: tests_zemu/snapshots-tmp/
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
prerelease: false
- name: Upload script (only if not published)
if: ${{ github.ref != 'refs/heads/master' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: installer_nanos_plus.sh
path: ./app/pkg/installer_nanos_plus.sh
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
prerelease: false
- name: Upload script (only if not published)
if: ${{ github.ref != 'refs/heads/master' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: installer_stax.sh
path: ./app/pkg/installer_stax.sh
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:
prerelease: false
- name: Upload script (only if not published)
if: ${{ github.ref != 'refs/heads/master' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: installer_flex.sh
path: ./app/pkg/installer_flex.sh

0 comments on commit 9250b19

Please sign in to comment.