Skip to content

Commit 173823d

Browse files
authored
Merge pull request #94 from siliconcompiler/dependabot/github_actions/actions-3249c11fdc
Bump the actions group with 2 updates
2 parents 8363498 + 64a31e9 commit 173823d

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
@@ -80,7 +80,7 @@ jobs:
8080
# been created, even if cibuildwheel action fails
8181
- name: Upload wheels
8282
if: always()
83-
uses: actions/upload-artifact@v4
83+
uses: actions/upload-artifact@v5
8484
with:
8585
name: sc-leflib-${{ matrix.platform.os }}-${{ matrix.platform.arch }}-${{ matrix.python-version }}
8686
path: wheelhouse/*.whl
@@ -95,7 +95,7 @@ jobs:
9595
id-token: write
9696

9797
steps:
98-
- uses: actions/download-artifact@v5
98+
- uses: actions/download-artifact@v6
9999
with:
100100
pattern: sc-leflib-*
101101
path: dist

0 commit comments

Comments
 (0)