Skip to content

Commit

Permalink
chore: Bump actions/upload-artifact from 4.3.6 to 4.6.0 (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 17, 2025
1 parent dda2837 commit 8c24a56
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 @@ -95,7 +95,7 @@ jobs:
run: mvn -B -Pdist package -DskipTests

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

- name: Capture JReleaser output
if: always()
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.6.0
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.6
uses: actions/upload-artifact@v4.6.0
with:
name: artifacts
path: |
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
run: mvn -B -Pdist package -DskipTests

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

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

0 comments on commit 8c24a56

Please sign in to comment.