Skip to content

Commit

Permalink
Bump actions/upload-artifact from 4.4.0 to 4.4.1
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.4.0...v4.4.1)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 275f508 commit a99ad59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
. venv/bin/activate
pytest --cov
- name: Upload coverage artifact
uses: actions/upload-artifact@v4.4.0
uses: actions/upload-artifact@v4.4.1
with:
name: coverage-linux-${{ matrix.python-version }}
path: .coverage
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
. venv\\Scripts\\activate
pytest --cov
- name: Upload coverage artifact
uses: actions/upload-artifact@v4.4.0
uses: actions/upload-artifact@v4.4.1
with:
name: coverage-windows-${{ matrix.python-version }}
path: .coverage
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
. venv/bin/activate
pytest --cov
- name: Upload coverage artifact
uses: actions/upload-artifact@v4.4.0
uses: actions/upload-artifact@v4.4.1
with:
name: coverage-pypy-${{ matrix.python-version }}
path: .coverage
Expand Down

0 comments on commit a99ad59

Please sign in to comment.