Skip to content

Commit 3bb2516

Browse files
Bump actions/upload-artifact from 2.2.3 to 2.2.4 (#319)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.2.3 to 2.2.4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2.2.3...v2.2.4) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0afa653 commit 3bb2516

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
@@ -49,7 +49,7 @@ jobs:
4949
- name: 🚀 Run pytest
5050
run: poetry run pytest --cov wled tests
5151
- name: ⬆️ Upload coverage artifact
52-
uses: actions/upload-artifact@v2.2.3
52+
uses: actions/upload-artifact@v2.2.4
5353
with:
5454
name: coverage-${{ matrix.python }}-${{ matrix.os }}
5555
path: .coverage

0 commit comments

Comments
 (0)