Skip to content

Commit 3ff72c6

Browse files
chore(deps): bump the actions group with 2 updates
Bumps the actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a74daf1 commit 3ff72c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cross-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
fi
105105
106106
- name: Upload artifacts from cross-build
107-
uses: actions/upload-artifact@v6
107+
uses: actions/upload-artifact@v7
108108
with:
109109
name: cargo-ferris-wheel-${{ matrix.target.arch }}
110110
path: target/${{ steps.rust-target.outputs.rust_target }}/release/cargo-ferris-wheel

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- run: cargo publish
4747

4848
- name: Download all artifacts
49-
uses: actions/download-artifact@v7
49+
uses: actions/download-artifact@v8
5050
with:
5151
path: artifacts
5252

0 commit comments

Comments
 (0)