File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ jobs:
28
28
tags : rabbitmq_tls:latest
29
29
outputs : type=docker,dest=/tmp/rabbitmq_tls.tar
30
30
- name : Upload artifact
31
- uses : actions/upload-artifact@v3
31
+ uses : actions/upload-artifact@v4
32
32
with :
33
33
name : rabbitmq_tls
34
34
path : /tmp/rabbitmq_tls.tar
35
35
- name : Download artifact
36
- uses : actions/download-artifact@v3
36
+ uses : actions/download-artifact@v4
37
37
with :
38
38
name : rabbitmq_tls
39
39
path : /tmp
52
52
docker exec rabbitmq-stream-client-test /bin/bash -c 'rabbitmqctl status'
53
53
docker exec rabbitmq-stream-client-test /bin/bash -c 'rabbitmqctl wait --pid 1 --timeout 70'
54
54
- name : Install latest ${{ matrix.rust }}
55
- uses : actions-rs/toolchain@v1
55
+ uses : actions-rs/toolchain@v2
56
56
with :
57
57
toolchain : ${{ matrix.rust }}
58
58
profile : minimal
You can’t perform that action at this time.
0 commit comments