From 9b28f45efbf6b375e9498039605146af295b40cb Mon Sep 17 00:00:00 2001 From: Joe Di Pol Date: Wed, 19 Feb 2025 16:07:29 -0700 Subject: [PATCH] Upgrade upload-artifact action to v4 --- .github/workflows/release.yaml | 2 +- .github/workflows/validate.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f0682ab9d5d..a6993382ca5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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/ diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 425a69b5a38..46acd3b3f2a 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -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 @@ -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