Skip to content

Commit b780bab

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 a67fcb4 commit b780bab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
id-token: write
3131
contents: read
3232
steps:
33-
- uses: actions/download-artifact@v6
33+
- uses: actions/download-artifact@v7
3434
with:
3535
name: dist
3636
path: dist

.github/workflows/test-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
id-token: write
3131
contents: read
3232
steps:
33-
- uses: actions/download-artifact@v6
33+
- uses: actions/download-artifact@v7
3434
with:
3535
name: dist
3636
path: dist

0 commit comments

Comments
 (0)