diff --git a/.github/workflows/codacy.yml b/.github/workflows/codacy.yml index ea7fa32..4747963 100644 --- a/.github/workflows/codacy.yml +++ b/.github/workflows/codacy.yml @@ -16,9 +16,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Download coverage report - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v4.3.0 with: name: coverage-report + github-token: ${{ secrets.API_GITHUB }} run-id: ${{ github.event.workflow_run.id }} - name: Run codacy-coverage-reporter uses: codacy/codacy-coverage-reporter-action@v1.3.0 diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 3b50f57..dfb4e0e 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -51,7 +51,7 @@ jobs: run: docker compose -f BTCPayServer.Plugins.IntegrationTests/docker-compose.yml down -v - name: Upload coverage report - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v4.6.2 with: name: coverage-report path: coverage/coverage.cobertura.xml \ No newline at end of file