Skip to content

Commit e2726fd

Browse files
committed
bump actions/upload-artifact
1 parent d62875f commit e2726fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/installer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: python install-poetry.py -y ${{ matrix.args }}
6464

6565
- name: Upload Failure Log
66-
uses: actions/upload-artifact@v2
66+
uses: actions/upload-artifact@v4
6767
if: failure()
6868
with:
6969
name: poetry-installer-error.log
@@ -116,7 +116,7 @@ jobs:
116116
run: python3 install-poetry.py -y
117117

118118
- name: Upload Failure Log
119-
uses: actions/upload-artifact@v2
119+
uses: actions/upload-artifact@v4
120120
if: failure()
121121
with:
122122
name: poetry-installer-error.log

0 commit comments

Comments
 (0)