Skip to content

Commit bb5e5ad

Browse files
author
rsora
committed
Bump actions/upload-artifact to v2
1 parent 2e559ab commit bb5e5ad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/nightly.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: goreleaser --snapshot
2929

3030
- name: Upload artifacts
31-
uses: actions/upload-artifact@v1
31+
uses: actions/upload-artifact@v2
3232
with:
3333
name: dist
3434
path: dist
@@ -88,7 +88,7 @@ jobs:
8888
perl -pi -w -e "s/.*${PACKAGE_FILENAME}/${CLI_CHECKSUM} ${PACKAGE_FILENAME}/g;" dist/*-checksums.txt
8989
9090
- name: Upload artifacts
91-
uses: actions/upload-artifact@v1
91+
uses: actions/upload-artifact@v2
9292
with:
9393
name: dist
9494
path: dist

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: goreleaser
2424

2525
- name: Upload artifacts
26-
uses: actions/upload-artifact@v1
26+
uses: actions/upload-artifact@v2
2727
with:
2828
name: dist
2929
path: dist
@@ -83,7 +83,7 @@ jobs:
8383
perl -pi -w -e "s/.*arduino-cli_${TAG}_macOS_64bit.tar.gz/${CLI_CHECKSUM} arduino-cli_${TAG}_macOS_64bit.tar.gz/g;" dist/*-checksums.txt
8484
8585
- name: Upload artifacts
86-
uses: actions/upload-artifact@v1
86+
uses: actions/upload-artifact@v2
8787
with:
8888
name: dist
8989
path: dist

0 commit comments

Comments
 (0)