Skip to content

Commit 0c2ba82

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] <support@github.com>
1 parent 299eb04 commit 0c2ba82

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
@@ -77,7 +77,7 @@ jobs:
7777
run: ./ci/build-github.sh
7878
shell: bash
7979
- name: Upload test reports (if Gradle failed)
80-
uses: actions/upload-artifact@v3
80+
uses: actions/upload-artifact@v4
8181
if: failure()
8282
with:
8383
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
@@ -85,7 +85,7 @@ jobs:
8585
run: ./ci/build-github.sh
8686
shell: bash
8787
- name: Upload test reports (if Gradle failed)
88-
uses: actions/upload-artifact@v3
88+
uses: actions/upload-artifact@v4
8989
if: failure()
9090
with:
9191
name: test-reports-java11-${{ matrix.rdbms }}

0 commit comments

Comments
 (0)