We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 310acab commit 9934b8eCopy full SHA for 9934b8e
.github/workflows/release.yml
@@ -73,7 +73,7 @@ jobs:
73
runs-on: ubuntu-latest
74
if: startsWith(github.ref, 'refs/tags/v')
75
steps:
76
- - uses: actions/download-artifact@v2
+ - uses: actions/download-artifact@v4.1.7
77
- uses: actions/create-release@v1
78
id: create_release
79
with:
0 commit comments