mirror of
https://github.com/i3/i3.git
synced 2025-10-29 19:35:06 +00:00
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: |
|
run: |
|
||||||
docker run -v $PWD:/usr/src/i3/ -w /usr/src/i3 -e CC ${{ env.BASENAME }} ./travis/run-tests.sh
|
docker run -v $PWD:/usr/src/i3/ -w /usr/src/i3 -e CC ${{ env.BASENAME }} ./travis/run-tests.sh
|
||||||
- name: Archive test logs
|
- name: Archive test logs
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: test-logs
|
name: test-logs
|
||||||
path: build/testsuite-*
|
path: build/testsuite-*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user