Skip to content

Commit fb53f49

Browse files
authored
actions/upload-artifact@v7 as Node.js 20 actions deprecated
Node.js 20 actions are deprecated. Could use actions/upload-artifact@v5 but try latest.
1 parent 2a573ca commit fb53f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
package-dir: biopython
5050
output-dir: wheelhouse
5151

52-
- uses: actions/upload-artifact@v4
52+
- uses: actions/upload-artifact@v7
5353
with:
5454
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
5555
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)