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 9dbb5d8 commit 060180eCopy full SHA for 060180e
.github/workflows/ci-scripts-build-full.yml
@@ -187,7 +187,7 @@ jobs:
187
- name: Run main module tests
188
run: python .ci/cue.py test
189
- name: Upload tapfiles Artifact
190
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
191
with:
192
name: tapfiles ${{ matrix.name }}
193
path: '**/O.*/*.tap'
.github/workflows/ci-scripts-build.yml
@@ -96,7 +96,7 @@ jobs:
96
97
98
99
- uses: actions/upload-artifact@v3
100
101
102
0 commit comments