Skip to content

Commit f07d9ea

Browse files
[skip changelog] Bump actions/upload-artifact from 2 to 3 (#1708)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5b34384 commit f07d9ea

5 files changed

+8
-8
lines changed

.github/workflows/check-go-dependencies-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
# Some might find it convenient to have CI generate the cache rather than setting up for it locally
7474
- name: Upload cache to workflow artifact
7575
if: failure() && steps.diff.outcome == 'failure'
76-
uses: actions/upload-artifact@v2
76+
uses: actions/upload-artifact@v3
7777
with:
7878
if-no-files-found: error
7979
name: dep-licenses-cache

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: task dist:all
3939

4040
- name: Upload artifacts
41-
uses: actions/upload-artifact@v2
41+
uses: actions/upload-artifact@v3
4242
with:
4343
if-no-files-found: error
4444
name: ${{ env.ARTIFACT_NAME }}
@@ -109,7 +109,7 @@ jobs:
109109
perl -pi -w -e "s/.*${PACKAGE_FILENAME}/${CHECKSUM} ${PACKAGE_FILENAME}/g;" ${{ env.DIST_DIR }}/*-checksums.txt
110110
111111
- name: Upload artifacts
112-
uses: actions/upload-artifact@v2
112+
uses: actions/upload-artifact@v3
113113
with:
114114
if-no-files-found: error
115115
name: ${{ env.ARTIFACT_NAME }}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
8282
# Transfer builds to artifacts job
8383
- name: Upload combined builds artifact
84-
uses: actions/upload-artifact@v2
84+
uses: actions/upload-artifact@v3
8585
with:
8686
path: ${{ env.DIST_DIR }}
8787
name: ${{ env.BUILDS_ARTIFACT }}
@@ -121,7 +121,7 @@ jobs:
121121
path: ${{ env.BUILDS_ARTIFACT }}
122122

123123
- name: Upload individual build artifact
124-
uses: actions/upload-artifact@v2
124+
uses: actions/upload-artifact@v3
125125
with:
126126
path: ${{ env.BUILDS_ARTIFACT }}/${{ matrix.artifact.path }}
127127
name: ${{ matrix.artifact.name }}

.github/workflows/release-go-task.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: task dist:all
4444

4545
- name: Upload artifacts
46-
uses: actions/upload-artifact@v2
46+
uses: actions/upload-artifact@v3
4747
with:
4848
if-no-files-found: error
4949
name: ${{ env.ARTIFACT_NAME }}
@@ -114,7 +114,7 @@ jobs:
114114
perl -pi -w -e "s/.*${{ env.PROJECT_NAME }}_${TAG}_macOS_64bit.tar.gz/${CHECKSUM} ${{ env.PROJECT_NAME }}_${TAG}_macOS_64bit.tar.gz/g;" ${{ env.DIST_DIR }}/*-checksums.txt
115115
116116
- name: Upload artifacts
117-
uses: actions/upload-artifact@v2
117+
uses: actions/upload-artifact@v3
118118
with:
119119
if-no-files-found: error
120120
name: ${{ env.ARTIFACT_NAME }}

.github/workflows/sync-labels.yml

+1-1
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)