Skip to content

Commit e0d5bc1

Browse files
build(deps): Bump actions/download-artifact from 5 to 6 (#313)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fc95ef4 commit e0d5bc1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,12 @@ jobs:
122122
needs: [build-modctl, download-model]
123123
steps:
124124
- name: Download modctl artifact
125-
uses: actions/download-artifact@v5
125+
uses: actions/download-artifact@v6
126126
with:
127127
name: modctl-artifact
128128
path: modctl
129129
- name: Download model artifact
130-
uses: actions/download-artifact@v5
130+
uses: actions/download-artifact@v6
131131
with:
132132
name: model-artifact
133133
path: ${{ env.MODEL_DIR }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
runs-on: ubuntu-latest
136136
steps:
137137
- name: Download all artifacts
138-
uses: actions/download-artifact@v5
138+
uses: actions/download-artifact@v6
139139
with:
140140
path: artifacts
141141

0 commit comments

Comments
 (0)