Skip to content

Commit

Permalink
Upgrade upload-artifact github action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta committed Apr 9, 2024
1 parent b1bcf52 commit 6aeec81
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 @@ -79,7 +79,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 @@ -100,7 +100,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 6aeec81

Please sign in to comment.