File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
44
docker cp `docker ps -alq`:/root/aws-crt-ruby/gems/aws-crt .
45
45
46
46
- name : Upload artifacts
47
- uses : actions/upload-artifact@v2
47
+ uses : actions/upload-artifact@v4
48
48
with :
49
49
name : out_${{ matrix.os }}_${{ matrix.arch }}
50
50
path : |
68
68
python builder.pyz build -p ${{ env.PACKAGE_NAME }}
69
69
70
70
- name : Upload artifacts
71
- uses : actions/upload-artifact@v2
71
+ uses : actions/upload-artifact@v4
72
72
with :
73
73
name : out_${{ matrix.os }}_${{ matrix.arch }}
74
74
path : |
97
97
bundle exec rake "gem:aws-crt:platform[${{ matrix.arch }}]"
98
98
99
99
- name : Upload artifacts
100
- uses : actions/upload-artifact@v2
100
+ uses : actions/upload-artifact@v4
101
101
with :
102
102
name : out_${{ matrix.os }}_${{ matrix.arch }}
103
103
path : |
@@ -147,7 +147,7 @@ jobs:
147
147
bundle exec rake package-all
148
148
149
149
- name : Upload release
150
- uses : actions/upload-artifact@v2
150
+ uses : actions/upload-artifact@v4
151
151
with :
152
152
name : release_gems
153
153
path : pkg/
You can’t perform that action at this time.
0 commit comments