Skip to content

Commit 34195b5

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/cache-5.0.1
2 parents ec097a7 + 4caa0f0 commit 34195b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- run: python -m pip install build
2626
- name: Build sdist
2727
run: python -m build --sdist
28-
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
28+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
2929
with:
3030
name: dist-sdist
3131
path: dist/*.tar.gz
@@ -64,7 +64,7 @@ jobs:
6464
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.os == 'macos-15-intel' && 10.14 || 11.0 }}
6565

6666
- name: Upload Google Benchmark ${{ matrix.os }} wheels
67-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
67+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
6868
with:
6969
name: dist-${{ matrix.os }}
7070
path: wheelhouse/*.whl

0 commit comments

Comments
 (0)