Skip to content

Commit 8a081f6

Browse files
Bump actions/upload-artifact from 2.2.4 to 2.3.1 (#425)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.2.4 to 2.3.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2.2.4...v2.3.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 711c163 commit 8a081f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
if: ${{ matrix.php-version == '7.2' }} # Do not suggest using features after 7.2
8686

8787
- name: "Archive code coverage results"
88-
uses: actions/upload-artifact@v2.2.4
88+
uses: actions/upload-artifact@v2.3.1
8989
with:
9090
name: "codeCoverage"
9191
path: "build"

0 commit comments

Comments
 (0)