Skip to content

Commit 9407d48

Browse files
chore(deps): bump actions/download-artifact from 6 to 7 (#219)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5806fcd commit 9407d48

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/distribute.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
permissions:
1717
id-token: write
1818
steps:
19-
- uses: actions/download-artifact@v6
19+
- uses: actions/download-artifact@v7
2020
with:
2121
name: python
2222
path: dist
@@ -32,7 +32,7 @@ jobs:
3232
permissions:
3333
id-token: write
3434
steps:
35-
- uses: actions/download-artifact@v6
35+
- uses: actions/download-artifact@v7
3636
with:
3737
name: js
3838
path: dist

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v6
1717

18-
- uses: actions/download-artifact@v6
18+
- uses: actions/download-artifact@v7
1919
with:
2020
name: docs
2121
path: docs

0 commit comments

Comments
 (0)