diff --git a/.github/workflows/golang.yaml b/.github/workflows/golang.yaml index 1f517f2..c2ae9d1 100644 --- a/.github/workflows/golang.yaml +++ b/.github/workflows/golang.yaml @@ -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 @@ -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 }} diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d6a2d08..7475a87 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,6 @@ # GitHub Workflows Release Notes -## 0.0.3-dev - 2024-11-27 +## 0.0.3-dev - 2024-12-05 ### Features @@ -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