Skip to content

Commit f2fbc9b

Browse files
authored
Merge pull request #22 from RegioHelden/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 6d597f7 + f72f611 commit f2fbc9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: uv build
3535

3636
- name: Store the distribution packages
37-
uses: actions/upload-artifact@v5
37+
uses: actions/upload-artifact@v6
3838
with:
3939
name: python-package-distributions
4040
path: dist/

0 commit comments

Comments
 (0)