Skip to content

Commit 1f1b5d5

Browse files
Bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4f1581a commit 1f1b5d5

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
@@ -256,7 +256,7 @@ jobs:
256256
- name: Tune GitHub-hosted runner network
257257
uses: smorimoto/tune-github-hosted-runner-network@v1
258258
- name: Download artifacts
259-
uses: actions/download-artifact@v4
259+
uses: actions/download-artifact@v5
260260
- name: Publish to GitHub Packages
261261
if: ${{ github.event_name == 'push' || github.event_name == 'release' }}
262262
run: |

0 commit comments

Comments
 (0)