Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 8, 2024
1 parent a86d2cf commit 4207123
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/early-access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
run: mvn -B -Pdist package -DskipTests

- name: Upload build artifacts
uses: actions/upload-artifact@v4.3.3
uses: actions/upload-artifact@v4.3.4
with:
name: artifacts-${{ matrix.os }}
path: |
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:

- name: Capture JReleaser output
if: always()
uses: actions/upload-artifact@v4.3.3
uses: actions/upload-artifact@v4.3.4
with:
name: jreleaser-release-output
retention-days: 7
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
echo $NEXT_VERSION > NEXT_VERSION
- name: Upload version files
uses: actions/upload-artifact@v4.3.3
uses: actions/upload-artifact@v4.3.4
with:
name: artifacts
path: |
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
run: mvn -B -Pdist package -DskipTests

- name: Upload build artifacts
uses: actions/upload-artifact@v4.3.3
uses: actions/upload-artifact@v4.3.4
with:
name: artifacts-${{ matrix.os }}
path: |
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:

- name: Capture JReleaser output
if: always()
uses: actions/upload-artifact@v4.3.3
uses: actions/upload-artifact@v4.3.4
with:
name: jreleaser-release-output
retention-days: 7
Expand Down

0 comments on commit 4207123

Please sign in to comment.