Skip to content

Commit 018b22f

Browse files
authored
Merge pull request #5 from arduino/dependabot/github_actions/actions/upload-artifact-3
Bump actions/upload-artifact from 2 to 3
2 parents 037b624 + c0a52d9 commit 018b22f

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
@@ -80,7 +80,7 @@ jobs:
8080
if: matrix.config.os == 'macos-latest'
8181

8282
- name: upload artifacts
83-
uses: actions/upload-artifact@v2
83+
uses: actions/upload-artifact@v3
8484
with:
8585
name: clang_${{ matrix.config.name }}_${{ matrix.config.arch }}
8686
path: |
@@ -146,7 +146,7 @@ jobs:
146146
ninja clang-format clangd
147147
148148
- name: upload artifacts
149-
uses: actions/upload-artifact@v2
149+
uses: actions/upload-artifact@v3
150150
with:
151151
name: clang_${{ matrix.config.name }}_${{ matrix.config.arch }}
152152
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@v2
74+
uses: actions/upload-artifact@v3
7575
with:
7676
path: |
7777
*.yaml

0 commit comments

Comments
 (0)