We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f233cd2 commit d767f03Copy full SHA for d767f03
.github/workflows/compile-examples.yml
@@ -96,7 +96,7 @@ jobs:
96
- name: Download sketches reports artifact
97
id: download-artifact
98
continue-on-error: true # If compilation failed for all boards then there are no artifacts
99
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
100
with:
101
name: ${{ env.SKETCHES_REPORTS_ARTIFACT_NAME }}
102
path: ${{ env.SKETCHES_REPORTS_PATH }}
.github/workflows/sync-labels.yml
@@ -114,7 +114,7 @@ jobs:
114
uses: actions/checkout@v4
115
116
- name: Download configuration files artifact
117
118
119
name: ${{ env.CONFIGURATIONS_ARTIFACT }}
120
path: ${{ env.CONFIGURATIONS_FOLDER }}
0 commit comments