Skip to content

Commit 99ba267

Browse files
chore(ci): bump the github-actions group with 3 updates (#192)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c9bcb03 commit 99ba267

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,14 +147,14 @@ jobs:
147147

148148
# Do a dry run of PSR
149149
- name: Test release
150-
uses: python-semantic-release/python-semantic-release@v10.5.2
150+
uses: python-semantic-release/python-semantic-release@v10.5.3
151151
if: github.ref_name != 'main'
152152
with:
153153
root_options: --noop
154154

155155
# On main branch: actual PSR + upload to PyPI & GitHub
156156
- name: Release
157-
uses: python-semantic-release/python-semantic-release@v10.5.2
157+
uses: python-semantic-release/python-semantic-release@v10.5.3
158158
id: release
159159
if: github.ref_name == 'main'
160160
with:
@@ -285,7 +285,7 @@ jobs:
285285
CIBW_SKIP: cp36-* cp37-* cp38-* cp39-* pp* ${{ matrix.musl == 'musllinux' && '*manylinux*' || '*musllinux*' }}
286286
REQUIRE_CYTHON: 1
287287

288-
- uses: actions/upload-artifact@v5
288+
- uses: actions/upload-artifact@v6
289289
with:
290290
name: wheels-${{ matrix.os }}-${{ matrix.musl }}-${{ matrix.pyver }}-${{ matrix.qemu }}
291291
path: ./wheelhouse/*.whl
@@ -298,7 +298,7 @@ jobs:
298298
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
299299

300300
steps:
301-
- uses: actions/download-artifact@v6
301+
- uses: actions/download-artifact@v7
302302
with:
303303
# unpacks default artifact into dist/
304304
# if `name: artifact` is omitted, the action will create extra parent dir

0 commit comments

Comments
 (0)