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 d62875f commit 76183eeCopy full SHA for 76183ee
.github/workflows/installer.yml
@@ -63,7 +63,7 @@ jobs:
63
run: python install-poetry.py -y ${{ matrix.args }}
64
65
- name: Upload Failure Log
66
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
67
if: failure()
68
with:
69
name: poetry-installer-error.log
@@ -116,7 +116,7 @@ jobs:
116
run: python3 install-poetry.py -y
117
118
119
120
121
122
0 commit comments