2
0
mirror of https://github.com/hibiken/asynq.git synced 2026-04-18 00:26:08 +08:00

Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
4767d54112 build(deps): bump codecov/codecov-action from 5 to 6
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v5...v6)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-13 23:45:22 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ jobs:
- name: Benchmark
run: go test -run=^$ -bench=. -count=5 -timeout=60m ./... | tee -a new.txt
- name: Upload Benchmark
uses: actions/upload-artifact@v7
uses: actions/upload-artifact@v4
with:
name: bench-incoming
path: new.txt
@@ -50,7 +50,7 @@ jobs:
- name: Benchmark
run: go test -run=^$ -bench=. -count=5 -timeout=60m ./... | tee -a old.txt
- name: Upload Benchmark
uses: actions/upload-artifact@v7
uses: actions/upload-artifact@v4
with:
name: bench-current
path: old.txt
@@ -79,7 +79,7 @@ jobs:
- name: Benchstat Results
run: benchstat old.txt new.txt | tee -a benchstat.txt
- name: Upload benchstat results
uses: actions/upload-artifact@v7
uses: actions/upload-artifact@v4
with:
name: benchstat
path: benchstat.txt

View File

@@ -39,7 +39,7 @@ jobs:
run: go test -run=^$ -bench=. -loglevel=debug ./...
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
uses: codecov/codecov-action@v6
build-tool:
strategy: