We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5676352 commit 6c3ee23Copy full SHA for 6c3ee23
.github/workflows/main.yml
@@ -92,7 +92,7 @@ jobs:
92
run: poetry build
93
- name: Upload package distribution files
94
if: ${{ matrix.os == 'ubuntu' && matrix.python-version == '3.11' }}
95
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
96
with:
97
name: package
98
path: dist
0 commit comments