Skip to content

Commit 328a997

Browse files
build(deps): bump actions/download-artifact from 5 to 6
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]>
1 parent 5d42faa commit 328a997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
timeout-minutes: 60
8484
steps:
8585
- name: Download code coverage results
86-
uses: actions/download-artifact@v5
86+
uses: actions/download-artifact@v6
8787
- run: |
8888
echo 'mode: atomic' > summary.txt
8989
tail -q -n +2 *.out >> summary.txt

0 commit comments

Comments
 (0)