Skip to content

Commit

Permalink
chore: Bump actions/upload-artifact from 4.3.1 to 4.3.3 (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 26, 2024
1 parent 3e0e610 commit f87fbc5
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/[email protected].1
uses: actions/[email protected].3
with:
name: artifacts-${{ matrix.os }}
path: |
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:

- name: Capture JReleaser output
if: always()
uses: actions/[email protected].1
uses: actions/[email protected].3
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/[email protected].1
uses: actions/[email protected].3
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/[email protected].1
uses: actions/[email protected].3
with:
name: artifacts-${{ matrix.os }}
path: |
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:

- name: Capture JReleaser output
if: always()
uses: actions/[email protected].1
uses: actions/[email protected].3
with:
name: jreleaser-release-output
retention-days: 7
Expand Down

0 comments on commit f87fbc5

Please sign in to comment.