Skip to content

Commit dd1e17e

Browse files
authored
Merge pull request #206 from per1234-org/dependabot/github_actions/workflow-templates/actions/upload-artifact-6
Bump actions/upload-artifact from 4 to 6 in /workflow-templates
2 parents e26632b + 4bd61f6 commit dd1e17e

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
file-url: https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
7474

7575
- name: Pass configuration files to next job via workflow artifact
76-
uses: actions/upload-artifact@v4
76+
uses: actions/upload-artifact@v6
7777
with:
7878
path: ${{ matrix.filename }}
7979
if-no-files-found: error

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@v4
70+
uses: actions/upload-artifact@v6
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@v4
68+
uses: actions/upload-artifact@v6
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@v4
88+
uses: actions/upload-artifact@v6
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@v4
86+
uses: actions/upload-artifact@v6
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@v4
76+
uses: actions/upload-artifact@v6
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@v4
74+
uses: actions/upload-artifact@v6
7575
with:
7676
if-no-files-found: error
7777
path: ${{ env.SKETCHES_REPORTS_PATH }}

0 commit comments

Comments
 (0)