From 828387f5b55a4af44ead28ef26576509eba1f697 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 01:21:12 +0000 Subject: [PATCH] Update GitHub Artifact Actions --- .github/workflows/internal-commit-results.yml | 2 +- .github/workflows/internal-report-reference-documentation.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/internal-commit-results.yml b/.github/workflows/internal-commit-results.yml index d01bc3933..fc5f150b2 100644 --- a/.github/workflows/internal-commit-results.yml +++ b/.github/workflows/internal-commit-results.yml @@ -50,7 +50,7 @@ jobs: token: ${{ secrets.repository-commit-token }} - name: Download artifacts to commit - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: name: ${{ inputs.uploaded-artifact-name }} path: ${{ inputs.commit-directory }} diff --git a/.github/workflows/internal-report-reference-documentation.yml b/.github/workflows/internal-report-reference-documentation.yml index 3a28d239c..8321c3d5a 100644 --- a/.github/workflows/internal-report-reference-documentation.yml +++ b/.github/workflows/internal-report-reference-documentation.yml @@ -57,7 +57,7 @@ jobs: - name: Archive generated report references documents if: steps.set-generated_documents_changed.outputs.generated_documents_changed == 'true' - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 with: name: ${{ steps.set-documentation-upload-name.outputs.documentation-upload-name }} path: ./analysis-results/*.md