Skip to content

Commit 7c057ed

Browse files
committed
Update test_package_build.yml
1 parent caf722a commit 7c057ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_package_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
needs: [test-package]
8787
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
8888
steps:
89-
- uses: actions/upload-artifact@v4
89+
- uses: actions/download-artifact@v4
9090
with:
9191
name: dist
9292
path: dist/

0 commit comments

Comments
 (0)