Skip to content

Commit b0ae40e

Browse files
Bump actions/upload-artifact from 6 to 7 in /workflow-templates
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 64a9362 commit b0ae40e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

workflow-templates/compile-examples-private.yml

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

6969
- name: Save sketches report as workflow artifact
70-
uses: actions/upload-artifact@v6
70+
uses: actions/upload-artifact@v7
7171
with:
7272
if-no-files-found: error
7373
path: ${{ env.SKETCHES_REPORTS_PATH }}

workflow-templates/compile-examples.yml

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

6767
- name: Save sketches report as workflow artifact
68-
uses: actions/upload-artifact@v6
68+
uses: actions/upload-artifact@v7
6969
with:
7070
if-no-files-found: error
7171
path: ${{ env.SKETCHES_REPORTS_PATH }}

workflow-templates/compile-platform-examples-private.yml

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

8787
- name: Save sketches report as workflow artifact
88-
uses: actions/upload-artifact@v6
88+
uses: actions/upload-artifact@v7
8989
with:
9090
if-no-files-found: error
9191
path: ${{ env.SKETCHES_REPORTS_PATH }}

workflow-templates/compile-platform-examples.yml

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

8585
- name: Save sketches report as workflow artifact
86-
uses: actions/upload-artifact@v6
86+
uses: actions/upload-artifact@v7
8787
with:
8888
if-no-files-found: error
8989
path: ${{ env.SKETCHES_REPORTS_PATH }}

workflow-templates/compile-sketches-private.yml

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

7575
- name: Save sketches report as workflow artifact
76-
uses: actions/upload-artifact@v6
76+
uses: actions/upload-artifact@v7
7777
with:
7878
if-no-files-found: error
7979
path: ${{ env.SKETCHES_REPORTS_PATH }}

workflow-templates/compile-sketches.yml

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

7373
- name: Save sketches report as workflow artifact
74-
uses: actions/upload-artifact@v6
74+
uses: actions/upload-artifact@v7
7575
with:
7676
if-no-files-found: error
7777
path: ${{ env.SKETCHES_REPORTS_PATH }}

0 commit comments

Comments
 (0)