From a4d5973948f07227e0c9aecba61b859ca33ec395 Mon Sep 17 00:00:00 2001 From: Joe Di Pol Date: Tue, 9 Apr 2024 10:12:54 -0700 Subject: [PATCH] Upgrade upload-artifact github action to v4 --- .github/workflows/release.yaml | 2 +- .github/workflows/validate.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 70173f4121a..20179cdf1c9 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.yaml b/.github/workflows/validate.yaml index 542e71aeb0a..11345f40c24 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -83,7 +83,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