Skip to content

Commit b6369d1

Browse files
Bump actions/download-artifact from 4 to 5 (#1757)
* 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] <[email protected]> * Adjust download path to compensate for breaking change --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bart Koelman <[email protected]>
1 parent 8aa360f commit b6369d1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,10 @@ 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
260+
with:
261+
name: packages
262+
path: packages
260263
- name: Publish to GitHub Packages
261264
if: ${{ github.event_name == 'push' || github.event_name == 'release' }}
262265
run: |

0 commit comments

Comments
 (0)