Skip to content

Commit 0cf3481

Browse files
authored
Merge pull request #83 from HuttleyLab/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 98f07bc + c3043de commit 0cf3481

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: python -m build --wheel --sdist
5656

5757
- name: Upload sdist and wheel
58-
uses: actions/upload-artifact@v5
58+
uses: actions/upload-artifact@v6
5959
with:
6060
name: mm-wheel-sdist
6161
path: |

0 commit comments

Comments
 (0)