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 ec097a7 + 4caa0f0 commit 34195b5Copy full SHA for 34195b5
.github/workflows/wheels.yml
@@ -25,7 +25,7 @@ jobs:
25
- run: python -m pip install build
26
- name: Build sdist
27
run: python -m build --sdist
28
- - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
+ - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
29
with:
30
name: dist-sdist
31
path: dist/*.tar.gz
@@ -64,7 +64,7 @@ jobs:
64
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.os == 'macos-15-intel' && 10.14 || 11.0 }}
65
66
- name: Upload Google Benchmark ${{ matrix.os }} wheels
67
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
+ uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
68
69
name: dist-${{ matrix.os }}
70
path: wheelhouse/*.whl
0 commit comments