We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 128fc7a + e8f3e4b commit cb60c01Copy full SHA for cb60c01
.github/workflows/release.yml
@@ -49,7 +49,7 @@ jobs:
49
needs: [build]
50
steps:
51
- uses: actions/checkout@v4
52
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4.1.7
53
with:
54
path: artifacts
55
- run: ls -R ./artifacts
0 commit comments