Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and srozange committed Dec 25, 2023
1 parent b941873 commit b8e1252
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/early-access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,15 @@ jobs:
run: ./mvnw -B -ntp --file pom.xml -Pdist package -DskipTests

- name: 'Upload build artifact'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: artifacts
path: |
target/distributions/*.zip
target/distributions/*.tar.gz
- name: 'Upload linux executable for Docker image'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: contains(matrix.os, 'ubuntu')
with:
name: target
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,15 +94,15 @@ jobs:
run: ./mvnw -B -ntp --file pom.xml -Pdist package -DskipTests

- name: 'Upload build artifact'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: artifacts
path: |
target/distributions/*.zip
target/distributions/*.tar.gz
- name: 'Upload linux executable for Docker image'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: contains(matrix.os, 'ubuntu')
with:
name: target
Expand Down

0 comments on commit b8e1252

Please sign in to comment.