Skip to content

Commit 5e06813

Browse files
dependabot[bot]bkoelman
authored andcommitted
Bump actions/download-artifact from 3 to 4
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>
1 parent 644c6c3 commit 5e06813

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
@@ -286,7 +286,7 @@ jobs:
286286
- name: Tune GitHub-hosted runner network
287287
uses: smorimoto/tune-github-hosted-runner-network@v1
288288
- name: Download artifacts
289-
uses: actions/download-artifact@v3
289+
uses: actions/download-artifact@v4
290290
- name: Publish to GitHub Packages
291291
if: github.event_name == 'push' || github.event_name == 'release'
292292
env:

0 commit comments

Comments
 (0)