Skip to content

Commit 9fd1392

Browse files
chore(deps): bump actions/download-artifact from 4 to 5 (#193)
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 4e6625c commit 9fd1392

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@v4
19+
- uses: actions/download-artifact@v5
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@v4
35+
- uses: actions/download-artifact@v5
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@v4
1717

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

0 commit comments

Comments
 (0)