Skip to content

Commit e0a2abb

Browse files
Bump actions/upload-artifact from 4 to 5 (#164)
1 parent a9a10d9 commit e0a2abb

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
@@ -163,7 +163,7 @@ jobs:
163163
- name: Build package
164164
run: |
165165
python -m build
166-
- uses: actions/upload-artifact@v4
166+
- uses: actions/upload-artifact@v5
167167
with:
168168
path: dist/*
169169
name: built-sdist

0 commit comments

Comments
 (0)