Skip to content

Commit

Permalink
Update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 28, 2024
1 parent cbc2c6b commit e631eff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:
version="$(sbt --error "print coreJVM/releaseVersion" | head -n1)"
echo -n "version=$version"
echo -n "version=$version" >> $GITHUB_OUTPUT
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: modules/recheck-js/target/scala-2.13/recheck-js-opt/recheck.js
name: recheck.js
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: modules/recheck-cli/target/scala-2.13/recheck.jar
name: recheck.jar
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
shell: cmd
run: >-
"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat" && sbt cli/nativeImage
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: ${{ matrix.local_path }}
name: ${{ matrix.artifact_filename }}
Expand Down

0 comments on commit e631eff

Please sign in to comment.