Skip to content

Commit 441c615

Browse files
chore(deps): bump actions/upload-artifact from 2.0.1 to 3.1.2
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.0.1 to 3.1.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2.0.1...v3.1.2) --- 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>
1 parent 15908a6 commit 441c615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
with:
108108
file: lcov.info
109109
- name: Upload all
110-
uses: actions/upload-artifact@v2.0.1
110+
uses: actions/upload-artifact@v3.1.2
111111
with:
112112
path: ${{ matrix.test_package }}
113113

0 commit comments

Comments
 (0)