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 ab67584 commit 6945e13Copy full SHA for 6945e13
.github/workflows/push.yml
@@ -37,7 +37,7 @@ jobs:
37
needs: test
38
steps:
39
- uses: actions/checkout@v3
40
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4.1.7
41
with:
42
name: build-outputs
43
path: dist/
@@ -58,7 +58,7 @@ jobs:
58
id-token: write
59
60
61
62
63
64
0 commit comments