Skip to content

Commit 39e508e

Browse files
JohnTitorsyphar
authored andcommitted
Upgrade actions/download-artifact to v3
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
1 parent 138197f commit 39e508e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- uses: actions/checkout@master
5858

5959
- name: get test binaries from cache
60-
uses: actions/download-artifact@v2
60+
uses: actions/download-artifact@v3
6161
with:
6262
name: test-binaries-${{ github.sha }}
6363
path: ./test-binaries/
@@ -92,7 +92,7 @@ jobs:
9292
- uses: actions/checkout@master
9393

9494
- name: get test binaries from cache
95-
uses: actions/download-artifact@v2
95+
uses: actions/download-artifact@v3
9696
with:
9797
name: test-binaries-${{ github.sha }}
9898
path: ./test-binaries/

0 commit comments

Comments
 (0)