Skip to content

Commit a1d2a76

Browse files
Merge pull request #4469 from rabbitmq/dependabot/github_actions/master/actions/download-artifact-3
Bump actions/download-artifact from 2 to 3
2 parents 296566c + 8d1290a commit a1d2a76

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)