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 28
28
uses : actions/checkout@v3
29
29
- name : Generate build configuration
30
30
env :
31
- THRIFT_VERSION : ${{needs.compute-version.outputs.version}}
31
+ THRIFT_VERSION : ${{ needs.compute-version.outputs.version }}
32
32
run : |
33
33
cmake \
34
34
-DTHRIFT_VERSION=${THRIFT_VERSION#v}-upfluence \
@@ -62,11 +62,11 @@ jobs:
62
62
with :
63
63
name : thrift-ubuntu-20.04
64
64
path : dist/
65
- - uses : actions/download-artifact@v2
65
+ - uses : actions/download-artifact@v4
66
66
with :
67
67
name : thrift-macos-12
68
68
path : dist/
69
- - uses : actions/download-artifact@v2
69
+ - uses : actions/download-artifact@v4
70
70
with :
71
71
name : thrift-macos-14
72
72
path : dist/
77
77
uses : upfluence/actions/create-github-release@master
78
78
with :
79
79
attachments : dist/*
80
- version : ${{needs.compute-version.outputs.version}}
80
+ version : ${{ needs.compute-version.outputs.version }}
81
81
You can’t perform that action at this time.
0 commit comments