Skip to content

Commit

Permalink
Update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Mar 6, 2024
1 parent b45f860 commit 2095460
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
pip install coverage covdefaults
coverage xml
- name: Upload coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4

build-dist:
if: startsWith(github.ref, 'refs/tags/')
Expand All @@ -110,7 +110,7 @@ jobs:
run: pip install -U hatch
- name: Build package
run: hatch build
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: dist/*
name: distribution
Expand Down

0 comments on commit 2095460

Please # to comment.