Skip to content

Commit 6c287c3

Browse files
build(deps): bump actions/download-artifact from 4 to 5 (#302)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 82b10b3 commit 6c287c3

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
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
python-version: "3.x"
6262
- name: Download dist artifact
63-
uses: actions/download-artifact@v4
63+
uses: actions/download-artifact@v5
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@v4
80+
uses: actions/download-artifact@v5
8181
with:
8282
name: cachier_dist
8383
path: dist

0 commit comments

Comments
 (0)