Skip to content

Commit d1772bf

Browse files
Bump actions/download-artifact in the github-actions group (#96)
Bumps the github-actions group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 75489cb commit d1772bf

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
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Download Package
28-
uses: actions/download-artifact@v5.0.0
28+
uses: actions/download-artifact@v6.0.0
2929
with:
3030
name: Packages
3131
path: dist

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/checkout@v5
4040

4141
- name: Download Package
42-
uses: actions/download-artifact@v5.0.0
42+
uses: actions/download-artifact@v6.0.0
4343
with:
4444
name: Packages
4545
path: dist

0 commit comments

Comments
 (0)