Skip to content

Commit eb724d0

Browse files
chore(deps): Bump actions/download-artifact from 6 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 206c17e commit eb724d0

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
@@ -283,7 +283,7 @@ jobs:
283283
steps:
284284
- name: fetch test artifacts
285285
# see https://github.com/actions/download-artifact
286-
uses: actions/download-artifact@v6
286+
uses: actions/download-artifact@v7
287287
with:
288288
pattern: '${{ env.TESTS_REPORTS_ARTIFACT }}_bnt_*'
289289
merge-multiple: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ jobs:
229229
mkdir "$DIST_DIR"
230230
- name: Fetch python dist artifact
231231
# see https://github.com/actions/download-artifact
232-
uses: actions/download-artifact@v6
232+
uses: actions/download-artifact@v7
233233
with:
234234
name: ${{ env.DIST_ARTIFACT }}
235235
path: ${{ env.DIST_DIR }}/

0 commit comments

Comments
 (0)