Skip to content

Commit 1a6a6f7

Browse files
Bump actions/download-artifact from 4 to 5 (#158)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9ca7ab6 commit 1a6a6f7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
with:
116116
python-version: ${{ env.PYTHON_VERSION }}
117117

118-
- uses: actions/download-artifact@v4
118+
- uses: actions/download-artifact@v5
119119
with:
120120
name: dist
121121
path: ${{ inputs.working-directory }}/dist/
@@ -210,7 +210,7 @@ jobs:
210210
with:
211211
python-version: ${{ env.PYTHON_VERSION }}
212212

213-
- uses: actions/download-artifact@v4
213+
- uses: actions/download-artifact@v5
214214
with:
215215
name: dist
216216
path: ${{ inputs.working-directory }}/dist/
@@ -248,7 +248,7 @@ jobs:
248248
with:
249249
python-version: ${{ env.PYTHON_VERSION }}
250250

251-
- uses: actions/download-artifact@v4
251+
- uses: actions/download-artifact@v5
252252
with:
253253
name: dist
254254
path: ${{ inputs.working-directory }}/dist/

.github/workflows/_test_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
steps:
8686
- uses: actions/checkout@v4
8787

88-
- uses: actions/download-artifact@v4
88+
- uses: actions/download-artifact@v5
8989
with:
9090
name: test-dist
9191
path: ${{ inputs.working-directory }}/dist/

0 commit comments

Comments
 (0)