We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9352a3 commit cc7fdf2Copy full SHA for cc7fdf2
.github/workflows/ci.yml
@@ -106,7 +106,7 @@ jobs:
106
make tests -s > /dev/null
107
108
- name: Upload Build Artifact
109
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
110
with:
111
name: build-${{ matrix.xlen }}
112
path: build${{ matrix.xlen }}
@@ -147,7 +147,7 @@ jobs:
147
${{ runner.os }}-thirdparty-
148
149
- name: Download Build Artifact
150
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
151
152
153
0 commit comments