Skip to content

Commit cc7fdf2

Browse files
committedFeb 12, 2025
fixed github actions versioning
1 parent a9352a3 commit cc7fdf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
make tests -s > /dev/null
107107
108108
- name: Upload Build Artifact
109-
uses: actions/upload-artifact@v3
109+
uses: actions/upload-artifact@v4
110110
with:
111111
name: build-${{ matrix.xlen }}
112112
path: build${{ matrix.xlen }}
@@ -147,7 +147,7 @@ jobs:
147147
${{ runner.os }}-thirdparty-
148148
149149
- name: Download Build Artifact
150-
uses: actions/download-artifact@v3
150+
uses: actions/download-artifact@v4
151151
with:
152152
name: build-${{ matrix.xlen }}
153153
path: build${{ matrix.xlen }}

0 commit comments

Comments
 (0)
Please sign in to comment.