Skip to content

Commit e1a1f44

Browse files
Use upload-artifact@v4 instead of the deprecated v2
1 parent 60127b8 commit e1a1f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: |
2323
poetry publish --build --repository pypi
2424
- name: Save built package.
25-
uses: actions/upload-artifact@v2
25+
uses: actions/upload-artifact@v4
2626
with:
2727
name: release-${{ github.event.release.id }}
2828
path: dist/

0 commit comments

Comments
 (0)