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 983cb4a commit 5074660Copy full SHA for 5074660
.github/workflows/build-and-test.yaml
@@ -82,7 +82,7 @@ jobs:
82
needs: [bdist, sdist]
83
runs-on: ubuntu-latest
84
steps:
85
- - uses: actions/download-artifact@v3 # https://github.com/actions/upload-artifact/issues/478
+ - uses: actions/download-artifact@v4.1.7 # https://github.com/actions/upload-artifact/issues/478
86
if: startsWith(github.ref, 'refs/tags/')
87
with:
88
name: artifact
0 commit comments