We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ad97a3 commit 9dfe2f4Copy full SHA for 9dfe2f4
.github/workflows/release.yaml
@@ -34,7 +34,7 @@ jobs:
34
twine check --strict dist/*
35
36
- name: Upload artifacts
37
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
38
with:
39
path: ./dist/*
40
retention-days: 5
0 commit comments