Skip to content

Commit 426ef88

Browse files
authored
Merge pull request #219 from per1234-org/dependabot/github_actions/workflow-templates/actions/download-artifact-8
Bump actions/download-artifact from 7 to 8 in /workflow-templates
2 parents 862bf84 + fff76aa commit 426ef88

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)