Skip to content

Commit 0d3b226

Browse files
authored
Merge pull request #4 from python-project-templates/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2 parents 19197a6 + 5d324b8 commit 0d3b226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132

133133
- run: twine check wheelhouse/*
134134

135-
- uses: actions/upload-artifact@v3
135+
- uses: actions/upload-artifact@v4
136136
with:
137137
name: wheels
138138
path: wheelhouse

0 commit comments

Comments
 (0)