mirror of
https://github.com/python-poetry/install.python-poetry.org.git
synced 2024-11-21 13:41:04 -05:00
bump actions/upload-artifact
This commit is contained in:
parent
d62875fc05
commit
76183eebc8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/installer.yml
vendored
4
.github/workflows/installer.yml
vendored
|
@ -63,7 +63,7 @@ jobs:
|
||||||
run: python install-poetry.py -y ${{ matrix.args }}
|
run: python install-poetry.py -y ${{ matrix.args }}
|
||||||
|
|
||||||
- name: Upload Failure Log
|
- name: Upload Failure Log
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
name: poetry-installer-error.log
|
name: poetry-installer-error.log
|
||||||
|
@ -116,7 +116,7 @@ jobs:
|
||||||
run: python3 install-poetry.py -y
|
run: python3 install-poetry.py -y
|
||||||
|
|
||||||
- name: Upload Failure Log
|
- name: Upload Failure Log
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
name: poetry-installer-error.log
|
name: poetry-installer-error.log
|
||||||
|
|
Loading…
Reference in a new issue