Skip to content

Commit bb5d8e0

Browse files
chore(deps): update github artifact actions (#601)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 809d1a7 commit bb5d8e0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/setup.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
CIBW_ARCHS: ${{ matrix.config.arch }}
4444
CIBW_BUILD: cp*-${{ matrix.config.platform }}
4545

46-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
46+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
4747
with:
4848
path: ./wheelhouse/*.whl
4949
name: wheel-${{ matrix.config.platform }}
@@ -63,7 +63,7 @@ jobs:
6363
version: 0.10.6
6464
- name: build
6565
run: uv build --sdist
66-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
66+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
6767
with:
6868
path: dist/*.tar.gz
6969
name: sdist
@@ -84,7 +84,7 @@ jobs:
8484
- uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
8585
with:
8686
version: 0.10.6
87-
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
87+
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
8888
with:
8989
path: dist
9090
merge-multiple: true
@@ -104,7 +104,7 @@ jobs:
104104
# this permission is mandatory for trusted publishing
105105
id-token: write
106106
steps:
107-
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
107+
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
108108
with:
109109
path: dist
110110
merge-multiple: true
@@ -124,7 +124,7 @@ jobs:
124124
needs:
125125
- check
126126
steps:
127-
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
127+
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
128128
with:
129129
path: dist
130130
merge-multiple: true

0 commit comments

Comments
 (0)