Skip to content

Commit efc364c

Browse files
authored
Merge pull request #19 from arduino/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 09e6983 + f5494d4 commit efc364c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
if: matrix.config.os == 'macos-latest'
8282

8383
- name: upload artifacts
84-
uses: actions/upload-artifact@v4
84+
uses: actions/upload-artifact@v5
8585
with:
8686
name: clang_${{ matrix.config.name }}_${{ matrix.config.arch }}
8787
path: |
@@ -147,7 +147,7 @@ jobs:
147147
ninja clang-format clangd
148148
149149
- name: upload artifacts
150-
uses: actions/upload-artifact@v4
150+
uses: actions/upload-artifact@v5
151151
with:
152152
name: clang_${{ matrix.config.name }}_${{ matrix.config.arch }}
153153
path: |

.github/workflows/sync-labels.yml

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

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

0 commit comments

Comments
 (0)