File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4444 run : |
4545 make check || (cat test/test-suite.log; false)
4646 - name : Upload Test Results
47- uses : actions/upload-artifact@v3
47+ uses : actions/upload-artifact@v4
4848 with :
4949 name : libuev-test-${{ matrix.compiler }}
5050 path : test/*
5353 runs-on : ubuntu-latest
5454 container : debian:stable
5555 steps :
56- - uses : actions/checkout@v3
56+ - uses : actions/checkout@v4
5757 - name : Installing dependencies
5858 run : |
5959 apt-get update
Original file line number Diff line number Diff line change 2525 --post-data "token=$TOKEN&project=${COVERITY_PROJ}&md5=1" \
2626 -O coverity-latest.tar.gz.md5
2727 echo "md5=$(cat coverity-latest.tar.gz.md5)" | tee -a $GITHUB_OUTPUT
28- - uses : actions/cache@v3
28+ - uses : actions/cache@v4
2929 id : cache
3030 with :
3131 path : coverity-latest.tar.gz
You can’t perform that action at this time.
0 commit comments