We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 138197f commit 39e508eCopy full SHA for 39e508e
.github/workflows/ci.yml
@@ -57,7 +57,7 @@ jobs:
57
- uses: actions/checkout@master
58
59
- name: get test binaries from cache
60
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v3
61
with:
62
name: test-binaries-${{ github.sha }}
63
path: ./test-binaries/
@@ -92,7 +92,7 @@ jobs:
92
93
94
95
96
97
98
0 commit comments