Skip to content

Commit 7e33c29

Browse files
authored
Merge pull request #470 from arduino/dependabot/github_actions/actions/upload-artifact-3
Bump actions/upload-artifact from 2 to 3
2 parents 0d4f175 + 14ea1ca commit 7e33c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/compile-platform-examples.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
203203

204204
- name: Save sketches report as workflow artifact
205-
uses: actions/upload-artifact@v2
205+
uses: actions/upload-artifact@v3
206206
with:
207207
if-no-files-found: error
208208
path: ${{ env.SKETCHES_REPORTS_PATH }}

0 commit comments

Comments
 (0)