Skip to content

Commit

Permalink
Bump actions/upload-artifact from 4.4.0 to 4.4.1 (#2605)
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 275f508 commit bb1f6b2
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/[email protected].0
uses: actions/[email protected].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/[email protected].0
uses: actions/[email protected].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/[email protected].0
uses: actions/[email protected].1
with:
name: coverage-pypy-${{ matrix.python-version }}
path: .coverage
Expand Down

0 comments on commit bb1f6b2

Please sign in to comment.