Skip to content

Commit 2ae4920

Browse files
build(deps): Bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0bebb41 commit 2ae4920

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: sed -i "s/^version\s*=\s*\".*\"/version = \"$VERSION\"/g" Cargo.toml
2929

3030
- name: Stash Versioned Cargo.toml
31-
uses: actions/upload-artifact@v6
31+
uses: actions/upload-artifact@v7
3232
with:
3333
name: cargofile
3434
path: Cargo.toml
@@ -145,7 +145,7 @@ jobs:
145145
overwrite: "true"
146146

147147
- name: Upload build artifacts
148-
uses: actions/upload-artifact@v6
148+
uses: actions/upload-artifact@v7
149149
with:
150150
name: github-backup-${{ matrix.os }}-${{ matrix.arch }}${{ matrix.extension }}
151151
path: target/${{ matrix.target }}/release/github-backup${{ matrix.extension }}
@@ -227,7 +227,7 @@ jobs:
227227
touch "/tmp/digests/${digest#sha256:}"
228228
229229
- name: Upload digest
230-
uses: actions/upload-artifact@v6
230+
uses: actions/upload-artifact@v7
231231
with:
232232
name: image-digest-${{ env.PLATFORM_PAIR }}
233233
path: /tmp/digests/*

0 commit comments

Comments
 (0)