Skip to content

Commit 24030f1

Browse files
Bump actions/download-artifact from 4 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...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] <support@github.com>
1 parent 3599eb0 commit 24030f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/stage-2-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
with:
107107
fetch-depth: 0 # Full history is needed to improving relevancy of reporting
108108
- name: "Download coverage report for SONAR"
109-
uses: actions/download-artifact@v4
109+
uses: actions/download-artifact@v6
110110
with:
111111
name: code-coverage-report
112112
- name: "Perform static analysis"

0 commit comments

Comments
 (0)