Skip to content

Commit

Permalink
Bump the @actions/upload-artifact version.
Browse files Browse the repository at this point in the history
  • Loading branch information
bruce-one committed Sep 10, 2024
1 parent daff50d commit 5410e8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-asset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
mv "${NEXE_ASSET}" "${artefact_name}"
echo "NEXE_ASSET=${artefact_name}" >> "${GITHUB_ENV}"
- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ env.NEXE_ASSET }}
path: ${{ env.NEXE_ASSET }}
Expand Down Expand Up @@ -99,14 +99,14 @@ jobs:
npm run test:integration:run
- if: ${{ matrix.os == 'ubuntu-latest' }}
name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ env.NEXE_ASSET }}
path: ${{ env.NEXE_ASSET }}
if-no-files-found: error
- if: ${{ matrix.os == 'ubuntu-latest' }}
name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: integration-tests-${{ env.NEXE_TARGET }}${{ env.EXECUTABLE_SUFFIX }}
path: integration-tests
Expand Down

0 comments on commit 5410e8a

Please sign in to comment.