Skip to content

Commit 7da6829

Browse files
authored
Merge pull request #561 from roadrunner-server/dependabot/github_actions/actions/upload-artifact-6
build(deps): bump actions/upload-artifact from 5 to 6
2 parents 6652836 + acf0e5e commit 7da6829

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
docker compose -f env/docker-compose-kafka.yaml down
9898
9999
- name: Archive code coverage results
100-
uses: actions/upload-artifact@v5
100+
uses: actions/upload-artifact@v6
101101
with:
102102
name: coverage
103103
path: ./tests/coverage-ci/kafka.out

.github/workflows/linux_durability.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
go test -timeout 20m -v -race -cover -tags=debug -failfast -coverpkg=$(cat pkgs.txt) -coverprofile=./coverage-ci/kafka_dur.out -covermode=atomic jobs_kafka_durability_test.go
6969
7070
- name: Archive code coverage results
71-
uses: actions/upload-artifact@v5
71+
uses: actions/upload-artifact@v6
7272
with:
7373
name: coverage
7474
path: ./tests/coverage-ci/kafka_dur.out

0 commit comments

Comments
 (0)