diff --git a/.github/workflows/integration-tests-h2.yml b/.github/workflows/integration-tests-h2.yml index 8dec0dd08..fcdc2a9f4 100644 --- a/.github/workflows/integration-tests-h2.yml +++ b/.github/workflows/integration-tests-h2.yml @@ -65,7 +65,7 @@ jobs: run: ./src/main/scripts/execute-command.sh integration-tests - name: Save RobotFramework reports if: ${{ failure() }} - uses: actions/upload-artifact@v4.6.0 # https://github.com/actions/upload-artifact + uses: actions/upload-artifact@v4.6.1 # 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 5e4c1dac7..10a95c514 100644 --- a/.github/workflows/integration-tests-mysql.yml +++ b/.github/workflows/integration-tests-mysql.yml @@ -93,7 +93,7 @@ jobs: ./src/main/scripts/execute-command.sh integration-tests - name: Save RobotFramework reports if: ${{ failure() }} - uses: actions/upload-artifact@v4.6.0 # https://github.com/actions/upload-artifact + uses: actions/upload-artifact@v4.6.1 # 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 25ed03d6e..9b43f9a90 100644 --- a/.github/workflows/integration-tests-postgres.yml +++ b/.github/workflows/integration-tests-postgres.yml @@ -70,7 +70,7 @@ jobs: run: ./src/main/scripts/execute-command.sh integration-tests - name: Save RobotFramework reports if: ${{ failure() }} - uses: actions/upload-artifact@v4.6.0 # https://github.com/actions/upload-artifact + uses: actions/upload-artifact@v4.6.1 # https://github.com/actions/upload-artifact with: name: robotframework-reports path: target/robotframework-reports/