Skip to content

Commit 4696992

Browse files
Merge pull request #541 from pydata/dependabot/github_actions/dot-github/workflows/actions/upload-artifact-7.0.0
2 parents 6882b7f + 65c1cb3 commit 4696992

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
extras: uv
114114

115115
- name: Store wheel artifacts
116-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
116+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
117117
with:
118118
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
119119
path: ./wheelhouse/*.whl
@@ -138,7 +138,7 @@ jobs:
138138
- name: Build sdist
139139
run: uv build --sdist
140140

141-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
141+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
142142
with:
143143
path: dist/*.tar.gz
144144

0 commit comments

Comments
 (0)