Skip to content

Commit

Permalink
👷🏻 ci: bump actions/upload-artifact from 4.5.0 to 4.6.0
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.5.0...v4.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and adriamontoto committed Jan 12, 2025
1 parent 6fa161c commit e32a22d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: make lint

- name: 🫙 Store type coverage
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
if: always()
with:
name: type_coverage_report_${{ matrix.os }}_${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: python -m build

- name: 🫙 Store distribution package
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: python-package-distributions
path: dist/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
CONTEXT: ${{ matrix.os }}-python-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml', 'requirements*') }}

- name: 🫙 Store tests coverage
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
if: always()
with:
name: coverage_${{ matrix.os }}_python_${{ matrix.python-version }}
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
coverage html --show-contexts --title "Coverage for ${{ github.sha }}"
- name: 🫙 Store coverage report
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: coverage-html
path: htmlcov
Expand Down

0 comments on commit e32a22d

Please sign in to comment.