We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb2f5a9 + 60378f3 commit 236dafcCopy full SHA for 236dafc
.github/workflows/compile-examples.yml
@@ -114,7 +114,7 @@ jobs:
114
- name: Download sketches reports artifact
115
id: download-artifact
116
continue-on-error: true # If compilation failed for all boards then there are no artifacts
117
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v3
118
with:
119
name: ${{ env.SKETCHES_REPORTS_ARTIFACT_NAME }}
120
path: ${{ env.SKETCHES_REPORTS_PATH }}
.github/workflows/sync-labels.yml
@@ -108,7 +108,7 @@ jobs:
108
uses: actions/checkout@v3
109
110
- name: Download configuration files artifact
111
112
113
name: ${{ env.CONFIGURATIONS_ARTIFACT }}
path: ${{ env.CONFIGURATIONS_FOLDER }}
0 commit comments