Update actions/upload-artifact action to v7.0.1

This commit is contained in:
renovate[bot]
2026-04-10 18:58:21 +00:00
committed by GitHub
parent 01600f360e
commit c16645f8fc
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ jobs:
run: ./build ${{ matrix.release }} ${{ matrix.arch }} dist
- name: Upload Artifacts
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: ${{ inputs.distro }}-${{ matrix.release }}-${{ matrix.arch }}
path: dist
+1 -1
View File
@@ -41,7 +41,7 @@ jobs:
run: ./builder/buildmac.sh ${{ matrix.os.arch }}
- name: Upload Artifacts
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: mac-${{ matrix.os.arch }}-portable
path: ./builder/artifacts
+1 -1
View File
@@ -54,7 +54,7 @@ jobs:
run: ./build-${{ inputs.os }}-${{ matrix.arch }} ./dist
- name: Upload Artifacts
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: ${{ inputs.os }}-${{ matrix.arch }}-portable
path: dist
@@ -63,7 +63,7 @@ jobs:
run: ${{ matrix.os.build_script }}
- name: Upload Artifacts
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: win-clang-${{ matrix.os.arch }}-portable
path: ./msys2/artifacts