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 caf722a commit 7c057edCopy full SHA for 7c057ed
1 file changed
.github/workflows/test_package_build.yml
@@ -86,7 +86,7 @@ jobs:
86
needs: [test-package]
87
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
88
steps:
89
- - uses: actions/upload-artifact@v4
+ - uses: actions/download-artifact@v4
90
with:
91
name: dist
92
path: dist/
0 commit comments