Skip to content

Commit

Permalink
ci(updates): use latest versions of actions
Browse files Browse the repository at this point in the history
  • Loading branch information
samoehlert committed Nov 12, 2024
1 parent 9171cb0 commit ab44630
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
steps:
- name: Check out the code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Docker
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Install Docker Compose
run: |
sudo apt-get update
Expand All @@ -62,7 +62,7 @@ jobs:
run: make coverage.xml

- name: Upload Coverage Report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage-report
path: coverage.xml
Expand Down

0 comments on commit ab44630

Please sign in to comment.