Skip to content

Commit 8c14920

Browse files
refactor(deps): bump actions/upload-artifact from 5 to 6 (#20)
1 parent 7055fa4 commit 8c14920

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/buildrelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
shell: bash
1919

2020
- name: Upload tarball
21-
uses: actions/upload-artifact@v5
21+
uses: actions/upload-artifact@v6
2222
with:
2323
name: python-tarball
2424
path: Python-${{ github.ref_name }}.tgz

0 commit comments

Comments
 (0)