Skip to content

Commit e01cab5

Browse files
Bump actions/upload-artifact from 4 to 5 (#95)
1 parent bed9402 commit e01cab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
- name: Build package
160160
run: |
161161
python -m build
162-
- uses: actions/upload-artifact@v4
162+
- uses: actions/upload-artifact@v5
163163
with:
164164
path: dist/*
165165
name: built-sdist

0 commit comments

Comments
 (0)