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 c9270e5 commit 31019a5Copy full SHA for 31019a5
.github/workflows/build_publish.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Build the release
47
run: poetry build
48
- name: Store the built package
49
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
50
with:
51
name: dist
52
path: dist
@@ -64,7 +64,7 @@ jobs:
64
python-version: '3.9'
65
- uses: Gr1N/setup-poetry@v8
66
- name: Retrieve the built package
67
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v4
68
69
70
0 commit comments