Skip to content

Commit 744d3c5

Browse files
Bump actions/upload-artifact from 4 to 5 in /.github/workflows
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 21f3f8d commit 744d3c5

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@v5
115115
with:
116116
if-no-files-found: error
117117
path: ${{ env.SKETCHES_REPORTS_PATH }}

0 commit comments

Comments
 (0)