Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 15, 2023
1 parent 75be6a1 commit ca7c4fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Build with Maven
run: mvn --batch-mode verify -DversionSuffix=$RELEASE_VERSION_SUFFIX
- run: mkdir dist && cp cli/target/*.tar.gz dist
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: env.RELEASE_VERSION == ''
with:
name: cli.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
platforms: linux/amd64,linux/arm64
push: false
cache-from: type=registry,ref=${{ secrets.DOCKER_HUB_USER }}/text2confl:buildcache
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: cli.tar.gz
path: dist
Expand Down

0 comments on commit ca7c4fb

Please sign in to comment.