Skip to content

Commit a15dd01

Browse files
Bump actions/download-artifact from 3 to 4 (#41)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact 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 05f097b commit a15dd01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245
contents: write
246246
steps:
247247
- name: Download artifacts
248-
uses: actions/download-artifact@v3
248+
uses: actions/download-artifact@v4
249249
- name: Publish to GitHub Packages
250250
if: github.event_name == 'push' || github.event_name == 'release'
251251
env:

0 commit comments

Comments
 (0)