Skip to content

Commit 29d637e

Browse files
authored
Merge pull request #617 from arduino/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents d5d1355 + 8a2ba30 commit 29d637e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v6
243+
uses: actions/upload-artifact@v7
244244
with:
245245
if-no-files-found: error
246246
path: ${{ env.SKETCHES_REPORTS_PATH }}

0 commit comments

Comments
 (0)