Skip to content

Commit a1d414c

Browse files
Bump actions/download-artifact from 4 to 7 in /workflow-templates
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a6f6de1 commit a1d414c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

workflow-templates/compile-examples-private.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Download sketches reports artifact
8686
id: download-artifact
8787
continue-on-error: true # If compilation failed for all boards then there are no artifacts
88-
uses: actions/download-artifact@v4
88+
uses: actions/download-artifact@v7
8989
with:
9090
path: ${{ env.SKETCHES_REPORTS_PATH }}
9191

workflow-templates/compile-platform-examples-private.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
- name: Download sketches reports artifact
104104
id: download-artifact
105105
continue-on-error: true # If compilation failed for all boards then there are no artifacts
106-
uses: actions/download-artifact@v4
106+
uses: actions/download-artifact@v7
107107
with:
108108
path: ${{ env.SKETCHES_REPORTS_PATH }}
109109

workflow-templates/compile-sketches-private.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Download sketches reports artifact
9292
id: download-artifact
9393
continue-on-error: true # If compilation failed for all boards then there are no artifacts
94-
uses: actions/download-artifact@v4
94+
uses: actions/download-artifact@v7
9595
with:
9696
path: ${{ env.SKETCHES_REPORTS_PATH }}
9797

0 commit comments

Comments
 (0)