Skip to content

Commit b6bfdae

Browse files
Merge pull request #431 from SierraSoftworks/dependabot/github_actions/actions/upload-artifact-6
chore(deps): Bump actions/upload-artifact from 5 to 6
2 parents d166639 + 6fa10e9 commit b6bfdae

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Build
2929
run: cd docs && npm run build
3030
- name: Upload Artifacts
31-
uses: actions/upload-artifact@v5
31+
uses: actions/upload-artifact@v6
3232
with:
3333
name: docs
3434
path: docs/.vuepress/dist

.github/workflows/rust.yml

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

3434
- name: Stash Versioned Cargo.toml
35-
uses: actions/upload-artifact@v5
35+
uses: actions/upload-artifact@v6
3636
with:
3737
name: cargofile
3838
path: Cargo.toml
@@ -172,7 +172,7 @@ jobs:
172172
overwrite: "true"
173173

174174
- name: Upload build artifacts
175-
uses: actions/upload-artifact@v5
175+
uses: actions/upload-artifact@v6
176176
with:
177177
name: github-backup-${{ matrix.os }}-${{ matrix.arch }}${{ matrix.extension }}
178178
path: target/${{ matrix.target }}/release/github-backup${{ matrix.extension }}
@@ -254,7 +254,7 @@ jobs:
254254
touch "/tmp/digests/${digest#sha256:}"
255255
256256
- name: Upload digest
257-
uses: actions/upload-artifact@v5
257+
uses: actions/upload-artifact@v6
258258
with:
259259
name: image-digest-${{ env.PLATFORM_PAIR }}
260260
path: /tmp/digests/*

0 commit comments

Comments
 (0)