We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81d2072 commit 789f6b7Copy full SHA for 789f6b7
.github/workflows/test.yml
@@ -70,7 +70,7 @@ jobs:
70
runs-on: ubuntu-latest
71
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')
72
steps:
73
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
74
with:
75
name: linux-build-artifacts
76
path: artifacts/
0 commit comments