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.
2 parents cd5ae12 + 7f8d626 commit 16b7b82Copy full SHA for 16b7b82
.github/workflows/test.yml
@@ -68,7 +68,7 @@ jobs:
68
runs-on: ubuntu-latest
69
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')
70
steps:
71
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
72
with:
73
name: linux-build-artifacts
74
path: artifacts/
0 commit comments