Skip to content

Commit 3bc65c7

Browse files
Bump actions/upload-artifact from 4 to 6 in /.github/workflows
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 21f3f8d commit 3bc65c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/compile_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
enable-warnings-report: true
112112

113113
- name: Save sketches report as workflow artifact
114-
uses: actions/upload-artifact@v4
114+
uses: actions/upload-artifact@v6
115115
with:
116116
if-no-files-found: error
117117
path: ${{ env.SKETCHES_REPORTS_PATH }}

0 commit comments

Comments
 (0)