From b4763ddb730afb2afea5221dbf308a7b3e9a2d9d Mon Sep 17 00:00:00 2001 From: meejah Date: Mon, 4 Nov 2024 14:08:32 -0700 Subject: [PATCH] upload-artifact -> v4 --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e5cfd589..cbd71c0cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,13 +93,13 @@ jobs: python -m tox | python misc/windows-enospc/passthrough.py - name: Upload eliot.log - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: eliot.log path: eliot.log - name: Upload trial log - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: test.log path: _trial_temp/test.log @@ -230,7 +230,7 @@ jobs: tox -e integration -- --force-foolscap integration/ - name: Upload eliot.log in case of failure - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() with: name: integration.eliot.json @@ -277,7 +277,7 @@ jobs: run: dist/Tahoe-LAFS/tahoe --version - name: Upload PyInstaller package - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Tahoe-LAFS-${{ matrix.os }}-Python-${{ matrix.python-version }} path: dist/Tahoe-LAFS-*-*.*