File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -122,11 +122,11 @@ jobs:
122
122
otp-version : ${{ env.erlang_version }}
123
123
elixir-version : ${{ env.elixir_version }}
124
124
- name : DOWNLOAD bazel-package-generic-unix.tar.xz
125
- uses : actions/download-artifact@v3
125
+ uses : actions/download-artifact@v4
126
126
with :
127
127
name : bazel-package-generic-unix-${{ env.VERSION }}.tar.xz
128
128
- name : DOWNLOAD make-package-generic-unix.tar.xz
129
- uses : actions/download-artifact@v3
129
+ uses : actions/download-artifact@v4
130
130
with :
131
131
name : make-package-generic-unix-${{ env.VERSION }}.tar.xz
132
132
- name : EXPAND & COMPARE
Original file line number Diff line number Diff line change 96
96
run : |
97
97
bazelisk build src/tools/execlog:parser
98
98
- name : FETCH LOGS
99
- uses : actions/download-artifact@v3
99
+ uses : actions/download-artifact@v4
100
100
- name : PARSE LOGS
101
101
run : |
102
102
bazel/bazel-bin/src/tools/execlog/parser \
You can’t perform that action at this time.
0 commit comments