We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 144f022 commit a6746f8Copy full SHA for a6746f8
.github/workflows/ci-scripts-build.yml
@@ -193,7 +193,7 @@ jobs:
193
run: python .ci/cue.py -T 60M test
194
- name: Upload tapfiles Artifact
195
if: ${{ always() }}
196
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
197
with:
198
name: tapfiles ${{ matrix.name }}
199
path: '**/O.*/*.tap'
@@ -289,7 +289,7 @@ jobs:
289
run: python .ci/cue.py -T 20M test
290
291
292
293
294
295
0 commit comments