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 8f67794 commit dcf129dCopy full SHA for dcf129d
.github/workflows/build.yml
@@ -54,7 +54,7 @@ jobs:
54
runs-on: ubuntu-latest
55
steps:
56
- name: ⬇ Download build result
57
- uses: actions/download-artifact@v1
+ uses: actions/download-artifact@v3
58
with:
59
name: dist
60
path: dist
@@ -71,7 +71,7 @@ jobs:
71
72
73
74
75
76
77
0 commit comments