summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-11 21:01:47 +0200
committerGitHub <noreply@github.com>2022-04-11 21:01:47 +0200
commit469f57a9dc077371313393f5c88173ade879cb07 (patch)
tree662fe8dc82e5c48915059f62197d3de5cb38b002 /.github
parent315609ef8b9ba502ec13e8d24a1db0c86b0ccd5b (diff)
ci: Bump actions/upload-artifact from 2 to 3 (#71)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...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>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 9887f36e..f90e7fac 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -44,7 +44,7 @@ jobs:
- name: Upload artifacts
if: always()
continue-on-error: true # See https://github.com/actions/upload-artifact/issues/270
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
with:
name: reports-${{ matrix.os }}-jdk${{ matrix.java }}
path: |