From c1aac0247afc9104c858ed2c2505a2d6a7fdc29a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Nov 2025 15:54:53 +0000 Subject: [PATCH] ci: bump actions/upload-artifact from 4.6.2 to 5.0.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 5.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.6.2...v5.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/integration-tests-h2.yml | 2 +- .github/workflows/integration-tests-mysql.yml | 2 +- .github/workflows/integration-tests-postgres.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration-tests-h2.yml b/.github/workflows/integration-tests-h2.yml index 9ec2e13e0..43a26c1c6 100644 --- a/.github/workflows/integration-tests-h2.yml +++ b/.github/workflows/integration-tests-h2.yml @@ -67,7 +67,7 @@ jobs: run: ./src/main/scripts/execute-command.sh integration-tests - name: Save RobotFramework reports if: ${{ failure() }} - uses: actions/upload-artifact@v4.6.2 # https://github.com/actions/upload-artifact + uses: actions/upload-artifact@v5.0.0 # https://github.com/actions/upload-artifact with: name: robotframework-reports path: target/robotframework-reports/ diff --git a/.github/workflows/integration-tests-mysql.yml b/.github/workflows/integration-tests-mysql.yml index cbc0b74f4..02b96c1d4 100644 --- a/.github/workflows/integration-tests-mysql.yml +++ b/.github/workflows/integration-tests-mysql.yml @@ -95,7 +95,7 @@ jobs: ./src/main/scripts/execute-command.sh integration-tests - name: Save RobotFramework reports if: ${{ failure() }} - uses: actions/upload-artifact@v4.6.2 # https://github.com/actions/upload-artifact + uses: actions/upload-artifact@v5.0.0 # https://github.com/actions/upload-artifact with: name: robotframework-reports path: target/robotframework-reports/ diff --git a/.github/workflows/integration-tests-postgres.yml b/.github/workflows/integration-tests-postgres.yml index 84a4042e0..501224754 100644 --- a/.github/workflows/integration-tests-postgres.yml +++ b/.github/workflows/integration-tests-postgres.yml @@ -72,7 +72,7 @@ jobs: run: ./src/main/scripts/execute-command.sh integration-tests - name: Save RobotFramework reports if: ${{ failure() }} - uses: actions/upload-artifact@v4.6.2 # https://github.com/actions/upload-artifact + uses: actions/upload-artifact@v5.0.0 # https://github.com/actions/upload-artifact with: name: robotframework-reports path: target/robotframework-reports/