We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ab719b commit 5be3a08Copy full SHA for 5be3a08
.github/workflows/compile-examples.yml
@@ -80,7 +80,7 @@ jobs:
80
- name: Download sketches reports artifact
81
id: download-artifact
82
continue-on-error: true # If compilation failed for all boards then there are no artifacts
83
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
84
with:
85
name: ${{ env.SKETCHES_REPORTS_ARTIFACT_NAME }}
86
path: ${{ env.SKETCHES_REPORTS_PATH }}
0 commit comments