Skip to content

Commit 2b318a7

Browse files
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 5ed0e1c commit 2b318a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bnf-pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
id-token: write
7878

7979
steps:
80-
- uses: actions/download-artifact@v6
80+
- uses: actions/download-artifact@v7
8181
with:
8282
name: dist
8383
path: dist

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
id-token: write
7777

7878
steps:
79-
- uses: actions/download-artifact@v6
79+
- uses: actions/download-artifact@v7
8080
with:
8181
pattern: wheels-*
8282
path: dist

0 commit comments

Comments
 (0)