We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6f16dd commit 88f69c8Copy full SHA for 88f69c8
.github/workflows/release.yml
@@ -46,7 +46,7 @@ jobs:
46
id-token: write
47
steps:
48
- name: Collect packages to release
49
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4.1.7
50
with:
51
name: package
52
path: dist/
0 commit comments