Skip to content

Commit d58684c

Browse files
Merge pull request #4477 from rabbitmq/mergify/bp/v3.10.x/pr-4469
Bump actions/download-artifact from 2 to 3 (backport #4469)
2 parents 478daba + 467dcad commit d58684c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/perform-bazel-execution-comparison.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
run: |
9797
bazelisk build src/tools/execlog:parser
9898
- name: FETCH LOGS
99-
uses: actions/download-artifact@v2
99+
uses: actions/download-artifact@v3
100100
- name: PARSE LOGS
101101
run: |
102102
bazel/bazel-bin/src/tools/execlog/parser \

0 commit comments

Comments
 (0)