Skip to content

Commit 024350d

Browse files
authored
Merge pull request #25 from arduino/dependabot/github_actions/actions/upload-artifact-3
Bump actions/upload-artifact from 2 to 3
2 parents bbe81f9 + 859a3f2 commit 024350d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish-go-tester-task.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
5656
# Transfer builds to artifacts job
5757
- name: Upload combined builds artifact
58-
uses: actions/upload-artifact@v2
58+
uses: actions/upload-artifact@v3
5959
with:
6060
path: ${{ env.DIST_DIR }}
6161
name: ${{ env.BUILDS_ARTIFACT }}
@@ -95,7 +95,7 @@ jobs:
9595
path: ${{ env.BUILDS_ARTIFACT }}
9696

9797
- name: Upload individual build artifact
98-
uses: actions/upload-artifact@v2
98+
uses: actions/upload-artifact@v3
9999
with:
100100
path: ${{ env.BUILDS_ARTIFACT }}/${{ matrix.artifact.path }}
101101
name: ${{ matrix.artifact.name }}

.github/workflows/sync-labels-npm.yml

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

8282
- name: Pass configuration files to next job via workflow artifact
83-
uses: actions/upload-artifact@v2
83+
uses: actions/upload-artifact@v3
8484
with:
8585
path: |
8686
*.yaml

0 commit comments

Comments
 (0)