From e107254f1e8b913372dcabcdf74781a92622ec54 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Wed, 6 Nov 2024 18:47:56 +0100 Subject: [PATCH] GitHub Actions: update actions/upload-artifact to v4 The older versions are now deprecated and result in failing GitHub Actions runs. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c225fb20..5bc7fb31 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -53,7 +53,7 @@ jobs: run: | docker run -v $PWD:/usr/src/i3/ -w /usr/src/i3 -e CC ${{ env.BASENAME }} ./travis/run-tests.sh - name: Archive test logs - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: test-logs path: build/testsuite-*