We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6882b7f + 65c1cb3 commit 4696992Copy full SHA for 4696992
.github/workflows/ci.yml
@@ -113,7 +113,7 @@ jobs:
113
extras: uv
114
115
- name: Store wheel artifacts
116
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
+ uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
117
with:
118
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
119
path: ./wheelhouse/*.whl
@@ -138,7 +138,7 @@ jobs:
138
- name: Build sdist
139
run: uv build --sdist
140
141
- - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
+ - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
142
143
path: dist/*.tar.gz
144
0 commit comments