Skip to content

Commit

Permalink
Bump dawidd6/action-download-artifact from 6 to 7 (#143)
Browse files Browse the repository at this point in the history
Bumps
[dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact)
from 6 to 7.

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 5, 2024
1 parent 1a82b89 commit 872f315
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,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@v6
uses: dawidd6/action-download-artifact@v7
if: github.actor != 'dependabot[bot]'
with:
name: cov-result
Expand Down Expand Up @@ -213,7 +213,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@v6
uses: dawidd6/action-download-artifact@v7
with:
name: benchmark-result
github_token: ${{ secrets.REPO_PRIVATE_READ_PAT }}
Expand Down
4 changes: 3 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GitHub Workflows Release Notes

## 0.0.3-dev - 2024-11-27
## 0.0.3-dev - 2024-12-05

### Features

Expand Down Expand Up @@ -40,6 +40,8 @@

### Dependencies

- Bump dawidd6/action-download-artifact from 6 to 7 (PR #143 by
@dependabot[bot])
- Bump DavidAnson/markdownlint-cli2-action from 17 to 18 (PR #141 by
@dependabot[bot])
- Bump DavidAnson/markdownlint-cli2-action from 16 to 17 (PR #134 by
Expand Down

0 comments on commit 872f315

Please sign in to comment.