Skip to content

Commit ec0b1cc

Browse files
Bump actions/upload-artifact from 3 to 4 (#309)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- 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 0edc045 commit ec0b1cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Collect Tests Result
3131
if: ${{ failure() }}
32-
uses: actions/upload-artifact@v3
32+
uses: actions/upload-artifact@v4
3333
with:
3434
name: tests-result
3535
path: ${{ github.workspace }}/build/reports/tests
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: Collect Plugin Verifier Result
6161
if: ${{ always() }}
62-
uses: actions/upload-artifact@v3
62+
uses: actions/upload-artifact@v4
6363
with:
6464
name: pluginVerifier-result
6565
path: ${{ github.workspace }}/build/reports/pluginVerifier

0 commit comments

Comments
 (0)