Skip to content

Commit 859a3f2

Browse files
Bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bbe81f9 commit 859a3f2

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)