Skip to content

Commit 025b445

Browse files
authored
Merge pull request #26 from mbaldessari/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 12cb616 + 11b1a64 commit 025b445

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
@@ -30,7 +30,7 @@ jobs:
3030
run: python -m build
3131

3232
- name: Upload distribution artifacts
33-
uses: actions/upload-artifact@v6
33+
uses: actions/upload-artifact@v7
3434
with:
3535
name: dist
3636
path: dist/

0 commit comments

Comments
 (0)