File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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/*
You can’t perform that action at this time.
0 commit comments