Skip to content

Commit 03d2d0b

Browse files
build(deps): bump the ci-dependencies group with 2 updates
Bumps the ci-dependencies 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: ci-dependencies - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b823d0c commit 03d2d0b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: pipx run build
3030

3131
- name: ⬆️ Upload artifacts
32-
uses: actions/upload-artifact@v6
32+
uses: actions/upload-artifact@v7
3333
with:
3434
name: build-artifacts
3535
path: dist
@@ -47,7 +47,7 @@ jobs:
4747

4848
steps:
4949
- name: ⬇️ Download artifacts
50-
uses: actions/download-artifact@v7
50+
uses: actions/download-artifact@v8
5151
with:
5252
name: build-artifacts
5353
path: dist

0 commit comments

Comments
 (0)