Skip to content

Commit 300fa92

Browse files
Bump actions/download-artifact from 4 to 5 (#56)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 02e8039 commit 300fa92

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,11 @@ jobs:
164164
needs: [build-latest, build-tagged, test-latest]
165165
runs-on: ubuntu-latest
166166
steps:
167-
- uses: actions/download-artifact@v4
167+
- uses: actions/download-artifact@v5
168168
with:
169169
name: tagged-version
170170
path: public
171-
- uses: actions/download-artifact@v4
171+
- uses: actions/download-artifact@v5
172172
with:
173173
name: beta-version
174174
path: public/beta

0 commit comments

Comments
 (0)