Skip to content

Commit 05c1455

Browse files
chore(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 03a95d9 commit 05c1455

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ jobs:
277277
steps:
278278
- name: fetch test artifacts
279279
# see https://github.com/actions/download-artifact
280-
uses: actions/download-artifact@v4
280+
uses: actions/download-artifact@v5
281281
with:
282282
pattern: '${{ env.TESTS_REPORTS_ARTIFACT }}_bnt_*'
283283
merge-multiple: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
mkdir "$DIST_DIR"
213213
- name: Fetch python dist artifact
214214
# see https://github.com/actions/download-artifact
215-
uses: actions/download-artifact@v4
215+
uses: actions/download-artifact@v5
216216
with:
217217
name: ${{ env.DIST_ARTIFACT }}
218218
path: ${{ env.DIST_DIR }}/

0 commit comments

Comments
 (0)