Skip to content

Commit c964bbe

Browse files
committed
.github: bump actions
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent faf7667 commit c964bbe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
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/*
@@ -53,7 +53,7 @@ jobs:
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

.github/workflows/coverity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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

0 commit comments

Comments
 (0)