We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c35f932 commit 49fbb82Copy full SHA for 49fbb82
1 file changed
.github/workflows/ci-scripts-build.yml
@@ -179,7 +179,7 @@ jobs:
179
run: python .ci/cue.py -T 60M test
180
- name: Upload tapfiles Artifact
181
if: ${{ always() }}
182
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
183
with:
184
name: tapfiles ${{ matrix.name }}
185
path: '**/O.*/*.tap'
@@ -262,7 +262,7 @@ jobs:
262
run: python .ci/cue.py -T 20M test
263
264
265
266
267
268
0 commit comments