Skip to content

Commit 0b8026a

Browse files
build(deps): bump actions/download-artifact from 4 to 5
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] <[email protected]>
1 parent 5d379bf commit 0b8026a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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)