Skip to content

Commit fff76aa

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

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@v7
88+
uses: actions/download-artifact@v8
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@v7
106+
uses: actions/download-artifact@v8
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@v7
94+
uses: actions/download-artifact@v8
9595
with:
9696
path: ${{ env.SKETCHES_REPORTS_PATH }}
9797

0 commit comments

Comments
 (0)