Skip to content

Commit c97b15e

Browse files
Bump actions/upload-artifact from 4 to 6 (#968)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 84f3794 commit c97b15e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/compile-arduino_wifinina-examples.yaml

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

6464
- name: Save sketches report as workflow artifact
65-
uses: actions/upload-artifact@v4
65+
uses: actions/upload-artifact@v6
6666
with:
6767
if-no-files-found: error
6868
path: ${{ env.SKETCHES_REPORTS_PATH }}

.github/workflows/compile-seeed-studio-examples.yaml

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

7676
- name: Save sketches report as workflow artifact
77-
uses: actions/upload-artifact@v4
77+
uses: actions/upload-artifact@v6
7878
with:
7979
if-no-files-found: error
8080
path: ${{ env.SKETCHES_REPORTS_PATH }}

.github/workflows/compile-unor4wifi-examples.yaml

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

5555
- name: Save sketches report as workflow artifact
56-
uses: actions/upload-artifact@v4
56+
uses: actions/upload-artifact@v6
5757
with:
5858
if-no-files-found: error
5959
path: ${{ env.SKETCHES_REPORTS_PATH }}

0 commit comments

Comments
 (0)