From 37caea522ff8056bbf5651908674c5ab7738af56 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Fri, 31 Oct 2025 05:06:10 +0000 Subject: [PATCH] build: update actions/upload-artifact action to v5 See associated pull request for more information. --- .github/workflows/ci.material-aio.yml | 4 ++-- .github/workflows/pr.material-aio.yml | 4 ++-- .github/workflows/pr.yml | 2 +- .github/workflows/scorecard.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.material-aio.yml b/.github/workflows/ci.material-aio.yml index a95b1126a6ff..55a1eb547221 100644 --- a/.github/workflows/ci.material-aio.yml +++ b/.github/workflows/ci.material-aio.yml @@ -45,7 +45,7 @@ jobs: - name: Execute Tests run: pnpm bazel test --test_tag_filters=-e2e,-audit //docs/... - name: Store Test Logs - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 if: always() with: name: test-logs @@ -66,7 +66,7 @@ jobs: - name: Execute Lighthouse Audit run: pnpm -s bazel test --test_tag_filters=audit //docs/... - name: Store Audit Logs - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 if: always() with: name: lighthouse-logs diff --git a/.github/workflows/pr.material-aio.yml b/.github/workflows/pr.material-aio.yml index b9b0b431db16..7486a254593c 100644 --- a/.github/workflows/pr.material-aio.yml +++ b/.github/workflows/pr.material-aio.yml @@ -43,7 +43,7 @@ jobs: - name: Execute Tests run: pnpm bazel test --test_tag_filters=-e2e,-audit //docs/... - name: Store Test Logs - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 if: always() with: name: test-logs @@ -64,7 +64,7 @@ jobs: - name: Execute Lighthouse Audit run: pnpm bazel test --test_tag_filters=audit //docs/... - name: Store Audit Logs - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 if: always() with: name: lighthouse-logs diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index d4092a7df239..41783d14b084 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -137,7 +137,7 @@ jobs: - name: Build and create package artifacts run: ./scripts/create-package-archives.mjs --suffix "pr${{github.event.number}}-$(git rev-parse --short HEAD)" - name: Upload artifacts - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: name: Package Artifacts path: dist/release-archives diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index b5189ed3b724..3ecd442cddcb 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -39,7 +39,7 @@ jobs: # Upload the results as artifacts. - name: 'Upload artifact' - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: name: SARIF file path: results.sarif