Skip to content

Commit 7d4ff0f

Browse files
committed
Update GitLab Upload Artifact action to v4
1 parent 753679c commit 7d4ff0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Build sdist
1313
run: pipx run build --sdist
1414

15-
- uses: actions/upload-artifact@v3
15+
- uses: actions/upload-artifact@v4
1616
with:
1717
path: dist/*.tar.gz
1818

0 commit comments

Comments
 (0)