Skip to content

Commit 7d7416b

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] <[email protected]>
1 parent b0a33e3 commit 7d7416b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
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/compare-performance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ jobs:
234234
EOF
235235
236236
- name: Upload report to a workflow artifact
237-
uses: actions/upload-artifact@v2
237+
uses: actions/upload-artifact@v3
238238
with:
239239
if-no-files-found: error
240240
path: ${{ env.REPORTS_PATH }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
"./LICENSE.txt"
8989
9090
- name: Save binary as workflow artifact
91-
uses: actions/upload-artifact@v2
91+
uses: actions/upload-artifact@v3
9292
with:
9393
if-no-files-found: error
9494
path: ${{ env.BUILD_ARCHIVE_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)