Skip to content

Commit 71fcee2

Browse files
Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 855ea01 commit 71fcee2

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

0 commit comments

Comments
 (0)