GitHub Actions: update actions/upload-artifact to v4

The older versions are now deprecated and result in failing GitHub Actions runs.
This commit is contained in:
Michael Stapelberg 2024-11-06 18:47:56 +01:00 committed by Michael Stapelberg
parent 2f9ffa3178
commit e107254f1e

View File

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