Skip to content

Commit

Permalink
Upgrade upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta committed Feb 19, 2025
1 parent a2b1cf5 commit 9b28f45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
git config user.name "Helidon Robot"
etc/scripts/release.sh release_build
- name: Upload Staged Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: io-helidon-artifacts-${{ github.ref_name }}
path: parent/target/nexus-staging/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Maven build
run: etc/scripts/github-build.sh
- name: Archive test results
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
if: always()
with:
name: test-results
Expand All @@ -92,7 +92,7 @@ jobs:
- name: Docs
run: etc/scripts/site.sh
- name: Archive Docs
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
if: always()
with:
name: docs
Expand Down

0 comments on commit 9b28f45

Please sign in to comment.