We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b29fb52 commit 79666adCopy full SHA for 79666ad
.github/workflows/compile-examples.yml
@@ -83,7 +83,7 @@ jobs:
83
- name: Download sketches reports artifact
84
id: download-artifact
85
continue-on-error: true # If compilation failed for all boards then there are no artifacts
86
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
87
with:
88
name: ${{ env.SKETCHES_REPORTS_ARTIFACT_NAME }}
89
path: ${{ env.SKETCHES_REPORTS_PATH }}
.github/workflows/sync-labels.yml
@@ -108,7 +108,7 @@ jobs:
108
uses: actions/checkout@v4
109
110
- name: Download configuration files artifact
111
112
113
name: ${{ env.CONFIGURATIONS_ARTIFACT }}
114
path: ${{ env.CONFIGURATIONS_FOLDER }}
0 commit comments