diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 20f2d83f..c1a9f02e 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -9,7 +9,7 @@ jobs: update_release_draft: runs-on: ubuntu-latest steps: - - uses: release-drafter/release-drafter@v6 + - uses: release-drafter/release-drafter@v7 with: config-name: release-draft-template.yml env: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c3d49819..73ed1bd6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,14 +29,14 @@ jobs: - name: Build and run unit and integration tests run: ./gradlew build integrationTest --info - name: Archive test report - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: failure() with: name: Test report path: build/reports/tests/integrationTest if-no-files-found: ignore - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}