Update actions/download-artifact action to v8.0.1

This commit is contained in:
renovate[bot]
2026-03-11 16:03:53 +00:00
committed by GitHub
parent 2edaf5a08e
commit 637ea7b5a6
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ jobs:
core.setOutput('major', major)
- name: Download Artifacts
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
with:
name: ${{ inputs.distro }}-${{ matrix.release }}-${{ matrix.arch }}
path: artifact
+1 -1
View File
@@ -75,7 +75,7 @@ jobs:
core.setOutput('major', major)
- name: Download Artifacts
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
with:
name: mac-${{ matrix.arch }}-portable
path: artifact
+1 -1
View File
@@ -88,7 +88,7 @@ jobs:
core.setOutput('major', major)
- name: Download Artifacts
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
with:
name: ${{ inputs.os }}-${{ matrix.arch }}-portable
path: artifact
@@ -97,7 +97,7 @@ jobs:
core.setOutput('major', major)
- name: Download Artifacts
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
with:
name: win-clang-${{ matrix.arch }}-portable
path: artifact