Skip to content

Commit a744fa8

Browse files
authored
Merge pull request #6 from music-assistant/dependabot/github_actions/actions/upload-artifact-6
ci: bump actions/upload-artifact from 4 to 6
2 parents f49ae9e + c71652d commit a744fa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
EOF
3535
- name: Build package
3636
run: python3 -m build
37-
- uses: actions/upload-artifact@v4
37+
- uses: actions/upload-artifact@v6
3838
with:
3939
name: dist
4040
path: dist/

0 commit comments

Comments
 (0)