We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d208d75 commit 75fc665Copy full SHA for 75fc665
.github/workflows/release.yml
@@ -126,7 +126,7 @@ jobs:
126
fail-fast: false
127
if: (github.event_name == 'push' && github.ref == 'refs/heads/master') || github.event_name == 'release'
128
steps:
129
- - uses: actions/download-artifact@v1
+ - uses: actions/download-artifact@v4.1.7
130
with:
131
name: ${{ matrix.os }}-${{ matrix.py-version }}-tf${{ matrix.tf-version }}-${{ matrix.cpu }}-wheel
132
path: ./dist
0 commit comments