Skip to content

Commit

Permalink
Update action actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jgressmann committed Jun 1, 2024
1 parent 9f90e24 commit 3a23707
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
echo "hashes=$(sha256sum $ARTIFACT_ZIP $ARTIFACT_TAR | base64 -w0)" >> "$GITHUB_OUTPUT"
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: |
${{env.ARTIFACT_ZIP}}
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
echo "hashes=$(sha256sum $ARTIFACT_7z $ARTIFACT_INSTALLER | base64 -w0)" >> "$GITHUB_OUTPUT"
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: |
${{env.ARTIFACT_7z}}
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
echo "hashes=$(sha256sum $ARTIFACT_FIRMWARE | base64 -w0)" >> "$GITHUB_OUTPUT"
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: ${{ env.ARTIFACT_FIRMWARE }}
if-no-files-found: error
Expand Down

0 comments on commit 3a23707

Please sign in to comment.