Skip to content

Commit 5be3a08

Browse files
committed
Update download-artifact to v4
1 parent 2ab719b commit 5be3a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile-examples.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Download sketches reports artifact
8181
id: download-artifact
8282
continue-on-error: true # If compilation failed for all boards then there are no artifacts
83-
uses: actions/download-artifact@v3
83+
uses: actions/download-artifact@v4
8484
with:
8585
name: ${{ env.SKETCHES_REPORTS_ARTIFACT_NAME }}
8686
path: ${{ env.SKETCHES_REPORTS_PATH }}

0 commit comments

Comments
 (0)