Skip to content

Commit 7c38f34

Browse files
authored
Merge pull request #614 from arduino/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 6d00783 + 7692600 commit 7c38f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile-platform-examples.yml

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

242242
- name: Save sketches report as workflow artifact
243-
uses: actions/upload-artifact@v5
243+
uses: actions/upload-artifact@v6
244244
with:
245245
if-no-files-found: error
246246
path: ${{ env.SKETCHES_REPORTS_PATH }}

0 commit comments

Comments
 (0)