Skip to content

Commit ab808ee

Browse files
Bump actions/upload-artifact from 2.2.3 to 2.2.4 (#239)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3972e0e commit ab808ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Test with tox
3232
run: tox
3333
- name: Upload coverage data
34-
uses: "actions/[email protected].3"
34+
uses: "actions/[email protected].4"
3535
with:
3636
name: coverage-data
3737
path: "coverage.xml"

0 commit comments

Comments
 (0)