Skip to content

Commit

Permalink
build(deps): Bump actions/upload-artifact from 4.4.0 to 4.4.3
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.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.4.0...v4.4.3)

---
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 14, 2024
1 parent 990bcca commit c487233
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.0
uses: actions/upload-artifact@v4.4.3
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.0
uses: actions/upload-artifact@v4.4.3
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.0
uses: actions/upload-artifact@v4.4.3
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags')
with:
name: dist
Expand Down

0 comments on commit c487233

Please sign in to comment.