Skip to content

Commit

Permalink
use v4 in more actions
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelkroeker committed Nov 14, 2024
1 parent ce5ae99 commit 0f0c9c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
#---- Checkout and install poetry and python
#----------------------------------------------

- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v4
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
#----------------------------------------------
#---- Save coverage artifact
#----------------------------------------------
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: coverage
path: .coverage
Expand All @@ -74,7 +74,7 @@ jobs:
needs: tests-job
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
#----------------------------------------------
#---- Coverage badge
#----------------------------------------------
Expand Down

0 comments on commit 0f0c9c3

Please sign in to comment.