Skip to content

Commit

Permalink
chore: bump more workflow deps
Browse files Browse the repository at this point in the history
  • Loading branch information
samypr100 committed Aug 17, 2024
1 parent f1f9792 commit b9b1311
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: python -m pip install "coverage[toml]==7.6.1"
- name: Run Tests ${{ matrix.python-version }}
run: python -m coverage run -m unittest discover -s tests
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: cov-${{ matrix.python-version }}
path: .coverage.*
Expand All @@ -85,7 +85,7 @@ jobs:
- name: Install Coverage
run: python -m pip install "coverage[toml]==7.6.1"
- name: Download Coverage Data
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
- name: Prepare Coverage Report
run: |
python -m coverage combine **/.coverage.*
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
run: python -m pip install build
- name: Build
run: python -m build
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: build-${{ github.sha }}
path: dist
Expand All @@ -149,7 +149,7 @@ jobs:
contents: write
id-token: write
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: build-${{ github.sha }}
path: dist
Expand Down

0 comments on commit b9b1311

Please sign in to comment.