From 6ccc4a7a09901a33775f1c9763383952d38650ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 20:42:02 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/e2e-test-minecraft-ci.yml | 6 +++--- .github/workflows/reusable-minecraft-ci.yml | 6 +++--- .github/workflows/reusable-ossf-scorecard.yml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/e2e-test-minecraft-ci.yml b/.github/workflows/e2e-test-minecraft-ci.yml index a692ef5..c58166d 100644 --- a/.github/workflows/e2e-test-minecraft-ci.yml +++ b/.github/workflows/e2e-test-minecraft-ci.yml @@ -24,7 +24,7 @@ jobs: needs: setup-minecraft-ci-with-empty-modpack steps: - name: Download Artifact - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: name: neoforge-1-21-1-empty-modpack - name: Extract Mods @@ -82,7 +82,7 @@ jobs: needs: setup-minecraft-ci-fabric-1-21-1-single-mod steps: - name: Download Artifact - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: name: fabric-1-21-1-single-mod-mods - name: Extract Mods @@ -139,7 +139,7 @@ jobs: needs: setup-minecraft-ci-forge-1-20-1-create-modpack steps: - name: Download Artifact - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: name: forge-1-20-1-create-mod-mods - name: Extract Mods diff --git a/.github/workflows/reusable-minecraft-ci.yml b/.github/workflows/reusable-minecraft-ci.yml index cfc95bb..32538a2 100644 --- a/.github/workflows/reusable-minecraft-ci.yml +++ b/.github/workflows/reusable-minecraft-ci.yml @@ -100,7 +100,7 @@ jobs: run: | tar -cvf mods.tar mods - name: Upload Artifact - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: ${{ inputs.artifact-name }} path: ${{ inputs.modpack-directory }}/mods.tar @@ -119,7 +119,7 @@ jobs: java-version: ${{ inputs.java-version }} distribution: ${{ inputs.java-distribution }} - name: Download Mods Artifact - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: name: ${{ inputs.artifact-name }} - name: Extract Mods @@ -157,7 +157,7 @@ jobs: java-version: ${{ inputs.java-version }} distribution: ${{ inputs.java-distribution }} - name: Download Mods Artifact - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: name: ${{ inputs.artifact-name }} - name: Extract Mods diff --git a/.github/workflows/reusable-ossf-scorecard.yml b/.github/workflows/reusable-ossf-scorecard.yml index 0665055..f0139f2 100644 --- a/.github/workflows/reusable-ossf-scorecard.yml +++ b/.github/workflows/reusable-ossf-scorecard.yml @@ -60,7 +60,7 @@ jobs: # format to the repository Actions tab. - name: "Upload artifact" if: ${{ inputs.upload-artifact }} - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: SARIF file path: ${{ inputs.sarif-file }}