Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/golang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,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: actions/download-artifact@v4
uses: actions/download-artifact@v8
continue-on-error: true
with:
name: benchmark-result
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 - 2026-04-02
## 0.0.3-dev - 2026-04-08

### Features

Expand Down Expand Up @@ -94,7 +94,9 @@

### Dependencies

- Bump actions/github-script from 7 to 8 (PR #276 by @dependabot[bot])
- Support dvc[s3]==3.67.0 (PR #277 by @chicco785)
- Bump actions/download-artifact from 4 to 8 (PR #274 by @dependabot[bot])
- Bump EndBug/add-and-commit from 9 to 10 (PR #264 by @dependabot[bot])
- Bump dawidd6/action-download-artifact from 18 to 19 (PR #265 by
@dependabot[bot])
Expand Down
Loading