Skip to content

Commit b3f486a

Browse files
authored
Merge pull request #36 from arduino/dependabot/github_actions/actions/upload-artifact-3
Bump actions/upload-artifact from 2 to 3
2 parents 6bdcc76 + cdb48df commit b3f486a

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.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@v2
73+
uses: actions/upload-artifact@v3
7474
with:
7575
path: |
7676
*.yaml

0 commit comments

Comments
 (0)