Skip to content

Commit c3bdfb1

Browse files
dependabot[bot]beikov
authored andcommitted
Bump actions/upload-artifact from 3 to 4
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] <[email protected]>
1 parent 7b7ad92 commit c3bdfb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/atlas.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: ./ci/build-github.sh
7575
shell: bash
7676
- name: Upload test reports (if Gradle failed)
77-
uses: actions/upload-artifact@v3
77+
uses: actions/upload-artifact@v4
7878
if: failure()
7979
with:
8080
name: test-reports-java11-${{ matrix.rdbms }}

.github/workflows/contributor-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
run: ./ci/build-github.sh
8383
shell: bash
8484
- name: Upload test reports (if Gradle failed)
85-
uses: actions/upload-artifact@v3
85+
uses: actions/upload-artifact@v4
8686
if: failure()
8787
with:
8888
name: test-reports-java11-${{ matrix.rdbms }}

0 commit comments

Comments
 (0)