Skip to content

Commit 947400e

Browse files
committed
ci: update actions/upload-artifact in GHA workflows to v6
1 parent 2629f09 commit 947400e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/alpine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
mv artifacts sha256_$VERSION
4747
tar czf sha256_${VERSION}_linux-amd64-generic.tar.gz sha256_$VERSION
4848
- name: Upload artifact
49-
uses: actions/upload-artifact@v4
49+
uses: actions/upload-artifact@v6
5050
with:
5151
name: sha256_linux-amd64-generic
5252
path: |

.github/workflows/alpine_arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
mv artifacts sha256_$VERSION
7070
tar czf sha256_${VERSION}_linux-arm64-generic.tar.gz sha256_$VERSION
7171
- name: Upload artifact
72-
uses: actions/upload-artifact@v4
72+
uses: actions/upload-artifact@v6
7373
with:
7474
name: sha256_linux-arm64-generic
7575
path: |

.github/workflows/msys2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
mv artifacts sha256_$VERSION
6767
'/c/Program Files/7-Zip/7z.exe' a -r sha256_${VERSION}_win64.zip sha256_$VERSION
6868
- name: Upload artifact
69-
uses: actions/upload-artifact@v4
69+
uses: actions/upload-artifact@v6
7070
with:
7171
name: sha256_win64
7272
if-no-files-found: error

0 commit comments

Comments
 (0)