Skip to content

Commit 56a71e2

Browse files
dependabot[bot]SMillerDev
authored andcommitted
build(deps): bump actions/upload-artifact from 1 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 1 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v1...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 43a139e commit 56a71e2

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
@@ -82,7 +82,7 @@ jobs:
8282
run: phpcs --standard=tests/phpcs.xml --ignore=\*Minifier.php src/ | cs2pr
8383

8484
- name: Upload coverage result
85-
uses: actions/upload-artifact@v1
85+
uses: actions/upload-artifact@v3
8686
with:
8787
name: coverage
8888
path: coverage.xml

0 commit comments

Comments
 (0)