Skip to content

Commit 74a406b

Browse files
committedOct 7, 2024
.github/workflows/ci: Use downlaod-artifact@v4
1 parent 8a5bb3d commit 74a406b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@v3
2929
- name: Generate build configuration
3030
env:
31-
THRIFT_VERSION: ${{needs.compute-version.outputs.version}}
31+
THRIFT_VERSION: ${{ needs.compute-version.outputs.version }}
3232
run: |
3333
cmake \
3434
-DTHRIFT_VERSION=${THRIFT_VERSION#v}-upfluence \
@@ -62,11 +62,11 @@ jobs:
6262
with:
6363
name: thrift-ubuntu-20.04
6464
path: dist/
65-
- uses: actions/download-artifact@v2
65+
- uses: actions/download-artifact@v4
6666
with:
6767
name: thrift-macos-12
6868
path: dist/
69-
- uses: actions/download-artifact@v2
69+
- uses: actions/download-artifact@v4
7070
with:
7171
name: thrift-macos-14
7272
path: dist/
@@ -77,5 +77,5 @@ jobs:
7777
uses: upfluence/actions/create-github-release@master
7878
with:
7979
attachments: dist/*
80-
version: ${{needs.compute-version.outputs.version}}
80+
version: ${{ needs.compute-version.outputs.version }}
8181

0 commit comments

Comments
 (0)