Skip to content

Commit 0641cfd

Browse files
authored
Merge pull request #458 from mmschlk/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 68678c0 + 984c08b commit 0641cfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: uv build
4545

4646
- name: Upload dist artifact
47-
uses: actions/upload-artifact@v4
47+
uses: actions/upload-artifact@v5
4848
with:
4949
name: shapiq-${{ github.event.release.tag_name }}-dist
5050
path: dist/*

0 commit comments

Comments
 (0)