Skip to content

Commit 2f3c659

Browse files
authored
Merge pull request #14 from folivetti/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 3ad16ee + 44c8133 commit 2f3c659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
python -m build --sdist --outdir ./wheelhouse
188188
189189
- name: Upload wheels
190-
uses: actions/upload-artifact@v4
190+
uses: actions/upload-artifact@v5
191191
with:
192192
name: "wheelhouse-${{ matrix.job.os.plat }}-${{ matrix.job.os.arch }}"
193193
path: |

0 commit comments

Comments
 (0)