Skip to content

Commit

Permalink
build(deps): Bump actions/upload-artifact from 4.4.3 to 4.5.0 (#398)
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.3 to 4.5.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.4.3...v4.5.0)

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

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 Dec 28, 2024
1 parent 0c4a3fc commit ac38c1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
COVERAGE_FILE: coverage.${{ matrix.python-version }}

- name: Upload coverage artifact
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
with:
name: coverage-${{ matrix.python-version }}
path: coverage.${{ matrix.python-version }}
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
coverage-reports: coverage.xml

- name: Upload XML coverage report artifact
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
with:
name: coverage-xml
path: coverage.xml
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
python -m build --sdist --wheel --outdir dist/ .

- name: Upload binaries artifact
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags')
with:
name: dist
Expand Down

0 comments on commit ac38c1e

Please sign in to comment.