1
0
Fork 0
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:
David Hotham 2024-11-19 18:29:27 +00:00 committed by Arun Babu Neelicattu
parent d62875fc05
commit 76183eebc8

View file

@ -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