Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/golang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down
Loading