diff --git a/.github/workflows/container-build-push-2nd-gen.yml b/.github/workflows/container-build-push-2nd-gen.yml index 40bbe50..00e9d2a 100644 --- a/.github/workflows/container-build-push-2nd-gen.yml +++ b/.github/workflows/container-build-push-2nd-gen.yml @@ -96,7 +96,7 @@ jobs: with: ref: ${{ inputs.ref-name }} - - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 if: inputs.artifact-name with: name: ${{ inputs.artifact-name }} @@ -168,7 +168,7 @@ jobs: with: ref: ${{ inputs.ref-name }} - - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 if: inputs.artifact-name with: name: ${{ inputs.artifact-name }} diff --git a/.github/workflows/container-build-push-feed.yml b/.github/workflows/container-build-push-feed.yml index 50a8654..36b55ae 100644 --- a/.github/workflows/container-build-push-feed.yml +++ b/.github/workflows/container-build-push-feed.yml @@ -84,7 +84,7 @@ jobs: ref: ${{ inputs.ref-name }} - name: Download Artifact ${{ inputs.artifact-name }} to ${{ inputs.artifact-path }} - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 if: inputs.artifact-name with: name: ${{ inputs.artifact-name }} @@ -129,7 +129,7 @@ jobs: ref: ${{ inputs.ref-name }} - name: Download Artifact ${{ inputs.artifact-name }} to ${{ inputs.artifact-path }} - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 if: inputs.artifact-name with: name: ${{ inputs.artifact-name }} diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 14b98b0..23a70c4 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -25,7 +25,7 @@ jobs: rm -rf doc-packages merged mkdir -p doc-packages merged - name: Download artifacts - uses: actions/download-artifact@v8.0.0 + uses: actions/download-artifact@v8.0.1 with: pattern: html-* path: doc-packages diff --git a/.github/workflows/win-sign.yml b/.github/workflows/win-sign.yml index 4bedc5d..94e4e4c 100644 --- a/.github/workflows/win-sign.yml +++ b/.github/workflows/win-sign.yml @@ -33,7 +33,7 @@ jobs: Remove-Item -Path "./*.zip", "./*.msi", "./*.exe" -Force - name: Download artifact - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: path: . pattern: ${{ inputs.download-artifact-pattern }}