Skip to content

Commit

Permalink
CI: Update deprecated github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-turney committed May 6, 2024
1 parent 6301bf1 commit daa6d87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v1
with:
submodules: true
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: C:\cygwin-packages
key: cygwin-packages-${{ hashFiles('C:\cygwin-packages\**') }}
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
run: |
bash -c 'meson test -C _build --print-errorlogs'
- name: Upload test logs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: testlogs
path: _build/meson-logs/*
Expand Down

0 comments on commit daa6d87

Please sign in to comment.