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 bcd5733 commit 7f8d626Copy full SHA for 7f8d626
.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