@@ -114,7 +114,7 @@ jobs:
114114 .github/scripts/packaging.sh package "$BINARY" "$ARCHIVE"
115115
116116 - name : Upload GHA artifact (backup)
117- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
117+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
118118 with :
119119 name : rouser-release-${{ matrix.arch }}-linux
120120 path : " rouser-v*-linux-${{ matrix.arch }}.tar.gz"
@@ -131,7 +131,7 @@ jobs:
131131
132132 - name : Upload changelog as artifact for auto-release job
133133 if : always() && github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
134- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
134+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
135135 with :
136136 name : release-notes-${{ github.ref_name }}
137137 path : RELEASE_NOTES.md
@@ -177,7 +177,7 @@ jobs:
177177
178178 - name : Upload changelog as artifact for downstream jobs
179179 if : always()
180- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
180+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
181181 with :
182182 name : release-notes-${{ github.ref_name }}
183183 path : RELEASE_NOTES.md
@@ -241,7 +241,7 @@ jobs:
241241 gh release upload "${VERSION}" "${deb_file}" --clobber
242242
243243 - name : Upload GHA artifact (DEB backup)
244- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
244+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
245245 with :
246246 name : rouser-deb-${{ matrix.deb_arch }}
247247 path : rouser-*.deb
@@ -299,7 +299,7 @@ jobs:
299299 .github/scripts/rpm.sh build pkg-build "$RPM_VERSION" "$ARCH"
300300
301301 - name : Upload GHA artifact (RPM)
302- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
302+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
303303 with :
304304 name : rouser-rpm-${{ matrix.rpm_arch }}
305305 path : " *.rpm"
@@ -419,7 +419,7 @@ jobs:
419419 "rouser-pkgbuild-v${PKG_VERSION}.tar.gz" --clobber
420420
421421 - name : Upload GHA artifact (PKGBUILD backup)
422- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
422+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
423423 with :
424424 name : rouser-arch-pkgbuild
425425 path : PKGBUILD
@@ -458,7 +458,7 @@ jobs:
458458 run : mkdocs build
459459
460460 - name : Upload built site as artifact
461- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
461+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
462462 with :
463463 name : rouser-docs-site
464464 path : site/
0 commit comments