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:
parent
2f9ffa3178
commit
e107254f1e
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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-*
|
||||
|
Loading…
Reference in New Issue
Block a user