diff --git a/.github/workflows/golang.yaml b/.github/workflows/golang.yaml index a5689f8..f7f75d9 100644 --- a/.github/workflows/golang.yaml +++ b/.github/workflows/golang.yaml @@ -204,7 +204,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - name: Download code coverage report from base branch - uses: dawidd6/action-download-artifact@v12 + uses: dawidd6/action-download-artifact@v14 if: github.actor != 'dependabot[bot]' with: name: cov-result @@ -262,7 +262,7 @@ jobs: run: make ci-bench | tee output.txt # Download previous benchmark result from cache (if exists) - name: Download benchmark report from base branch - uses: dawidd6/action-download-artifact@v12 + uses: dawidd6/action-download-artifact@v14 with: name: benchmark-result github_token: ${{ steps.generate-token.outputs.token }}