Skip to content

Commit c54c882

Browse files
Bump actions/download-artifact
Bumps the github_actions group with 1 update in the /.github/workflows directory: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 3 to 4.1.7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production dependency-group: github_actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8637367 commit c54c882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
coverage: pcov
6666
ini-values: error_reporting=E_ALL
6767
- name: Download repo content from artifact
68-
uses: actions/download-artifact@v3
68+
uses: actions/download-artifact@v4.1.7
6969
with:
7070
name: full-workspace
7171
- name: Install jq and coreutils

0 commit comments

Comments
 (0)