Skip to content

Commit 5f06f8e

Browse files
Bump actions/upload-artifact from 2.3.1 to 3 (#447)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.3.1 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2.3.1...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 661cc1f commit 5f06f8e

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.3.1
88+
uses: actions/upload-artifact@v3
8989
with:
9090
name: "codeCoverage"
9191
path: "build"

0 commit comments

Comments
 (0)