Skip to content

Commit 9024f1e

Browse files
authored
Merge pull request #64 from arduino-libraries/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents e5f508f + 9c145f3 commit 9024f1e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/compile-examples-profiles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
verbose: false
5959

6060
- name: Save sketches report as workflow artifact
61-
uses: actions/upload-artifact@v4
61+
uses: actions/upload-artifact@v5
6262
with:
6363
if-no-files-found: error
6464
name: sketches-report-${{ matrix.board.artifact-name-suffix }}

.github/workflows/compile-examples.yml

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

8686
- name: Save sketches report as workflow artifact
87-
uses: actions/upload-artifact@v4
87+
uses: actions/upload-artifact@v5
8888
with:
8989
if-no-files-found: error
9090
name: sketches-report-${{ matrix.board.artifact-name-suffix }}

.github/workflows/sync-labels.yml

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

7272
- name: Pass configuration files to next job via workflow artifact
73-
uses: actions/upload-artifact@v4
73+
uses: actions/upload-artifact@v5
7474
with:
7575
path: |
7676
*.yaml

0 commit comments

Comments
 (0)