Skip to content

Commit 674ceb2

Browse files
chore(actions): update actions/download-artifact action to v3 (#92)
1 parent 7cb55f1 commit 674ceb2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/prerelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- package
5656

5757
steps:
58-
- uses: actions/download-artifact@v2
58+
- uses: actions/download-artifact@v3
5959
with:
6060
name: built-artifacts
6161
path: dist/
@@ -75,7 +75,7 @@ jobs:
7575
- package
7676

7777
steps:
78-
- uses: actions/download-artifact@v2
78+
- uses: actions/download-artifact@v3
7979
with:
8080
name: built-artifacts
8181
path: dist/

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
needs: package
4747

4848
steps:
49-
- uses: actions/download-artifact@v2
49+
- uses: actions/download-artifact@v3
5050
with:
5151
name: built-artifacts
5252
path: dist/
@@ -64,7 +64,7 @@ jobs:
6464
needs: package
6565

6666
steps:
67-
- uses: actions/download-artifact@v2
67+
- uses: actions/download-artifact@v3
6868
with:
6969
name: built-artifacts
7070
path: dist/

0 commit comments

Comments
 (0)