Skip to content

Commit aedf9c8

Browse files
authored
Merge pull request #11 from arduino-libraries/dependabot/github_actions/actions/upload-artifact-3
Bump actions/upload-artifact from 2 to 3
2 parents c16087e + 38d48cb commit aedf9c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
6969

7070
- name: Save sketches report as workflow artifact
71-
uses: actions/upload-artifact@v2
71+
uses: actions/upload-artifact@v3
7272
with:
7373
if-no-files-found: error
7474
path: ${{ env.SKETCHES_REPORTS_PATH }}

0 commit comments

Comments
 (0)