From ff62b1c540f8bccc1c4be8ecea3811febbc46cf5 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Mon, 15 Dec 2025 05:08:23 +0000 Subject: [PATCH] build: update actions/upload-artifact action to v6 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 25cc211e62c8..5d5aefd36637 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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.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 6000d7a2470f..7e4b8f316519 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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 if: always() with: name: lighthouse-logs diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 7aab9efe0714..8ae6e5670b6e 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -139,7 +139,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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: Package Artifacts path: dist/release-archives diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 32cc58139b09..2600c883b99a 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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: SARIF file path: results.sarif