We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 459deb3 commit ed5394bCopy full SHA for ed5394b
.github/workflows/deploy.yml
@@ -82,7 +82,7 @@ jobs:
82
# alternatively, to publish when a GitHub Release is created, use the following rule:
83
# if: github.event_name == 'release' && github.event.action == 'published'
84
steps:
85
- - uses: actions/download-artifact@v2
+ - uses: actions/download-artifact@v4
86
with:
87
name: artifact
88
path: dist
0 commit comments