diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 299626e..5add2b2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v4 - name: Create release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: name: Cerebro ${{ github.ref_name }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 03b405f..37e7827 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -52,7 +52,7 @@ jobs: OBSERVATORY: APO - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml