Skip to content

Commit cb13458

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
repo-token: ${{ secrets.GITHUB_TOKEN }}
4444

4545
- name: Upload dist artifact for the publish job
46-
uses: actions/upload-artifact@v6
46+
uses: actions/upload-artifact@v7
4747
with:
4848
name: cachier_dist
4949
path: dist
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
python-version: "3.x"
6262
- name: Download dist artifact
63-
uses: actions/download-artifact@v7
63+
uses: actions/download-artifact@v8
6464
with:
6565
name: cachier_dist
6666
path: dist
@@ -77,7 +77,7 @@ jobs:
7777
environment: pypi_publish
7878
steps:
7979
- name: Download dist artifact
80-
uses: actions/download-artifact@v7
80+
uses: actions/download-artifact@v8
8181
with:
8282
name: cachier_dist
8383
path: dist

0 commit comments

Comments
 (0)