Skip to content

Commit 66ea224

Browse files
chore(deps): bump actions/upload-artifact from 4.6.2 to 7.0.1 (#17)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...043fb46) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8474fb4 commit 66ea224

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
.github/scripts/packaging.sh package "$BINARY" "$ARCHIVE"
137137
138138
- name: Upload CI artifact
139-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
139+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
140140
with:
141141
name: rouser-${{ matrix.arch }}-linux-ci
142142
path: "rouser-${{ matrix.arch }}-linux.tar.gz"

.github/workflows/release-ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)