Skip to content

Commit d82190c

Browse files
Bump actions/upload-artifact from 7.0.0 to 7.0.1 (#555)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f7c5e10 commit d82190c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: 🚀 Run pytest
4444
run: poetry run pytest --cov spothinta_api tests
4545
- name: ⬆️ Upload coverage artifact
46-
uses: actions/upload-artifact@v7.0.0
46+
uses: actions/upload-artifact@v7.0.1
4747
with:
4848
name: coverage-${{ matrix.python }}
4949
include-hidden-files: true

0 commit comments

Comments
 (0)