Skip to content

Commit

Permalink
GHA: Update checkout and upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasff committed Oct 5, 2024
1 parent 0f57473 commit d757c51
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
image: ${{ matrix.container }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Fetch package lists and install dependencies (Ubuntu)
if: contains(matrix.os_name, 'ubuntu-')
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
./tests/ws-tests.py
- name: Archive logs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: webdis-${{ matrix.os_name }}.log
path: webdis.log
Expand All @@ -110,7 +110,7 @@ jobs:
runs-on: ${{ matrix.runner }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install dependencies
run: |
Expand All @@ -135,7 +135,7 @@ jobs:
./tests/ws-tests.py
- name: Archive logs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: webdis-${{ matrix.os_name }}.log
path: webdis.log

0 comments on commit d757c51

Please sign in to comment.