Skip to content

Commit

Permalink
Update GitHub actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mátyás Kuti committed Feb 27, 2024
1 parent e7a53e4 commit b639ff1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
--log-file=/tmp/ci-logs/pytest.log
--showlocals
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
cache: pip
python-version: ${{ matrix.python-version }}
Expand All @@ -40,7 +40,7 @@ jobs:
- run: make integration-tests PYTEST_ARGS="--random-order"

- name: Archive logs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: karapace-integration-test-logs-${{ matrix.python-version }}
Expand Down

0 comments on commit b639ff1

Please sign in to comment.