Skip to content

Commit ed519f4

Browse files
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] <[email protected]>
1 parent 12d8ec1 commit ed519f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
id-token: write
6363
if: github.event_name != 'pull_request'
6464
steps:
65-
- uses: actions/download-artifact@v3
65+
- uses: actions/download-artifact@v4
6666

6767
- name: Organize files for upload
6868
run: |

0 commit comments

Comments
 (0)