Skip to content

Commit b2b60ed

Browse files
Bump actions/download-artifact from 6 to 7 in the github-actions group (#51)
Bumps the github-actions group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 37a0f37 commit b2b60ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: hynek/[email protected]
1818

1919
- name: Download Package
20-
uses: actions/download-artifact@v6
20+
uses: actions/download-artifact@v7
2121
with:
2222
name: Packages
2323
path: dist

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v6
3030

3131
- name: Download Package
32-
uses: actions/download-artifact@v6
32+
uses: actions/download-artifact@v7
3333
with:
3434
name: Packages
3535
path: dist

0 commit comments

Comments
 (0)