Skip to content

Commit 060180e

Browse files
committed
Github actions fix
1 parent 9dbb5d8 commit 060180e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-scripts-build-full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
- name: Run main module tests
188188
run: python .ci/cue.py test
189189
- name: Upload tapfiles Artifact
190-
uses: actions/upload-artifact@v2
190+
uses: actions/upload-artifact@v4
191191
with:
192192
name: tapfiles ${{ matrix.name }}
193193
path: '**/O.*/*.tap'

.github/workflows/ci-scripts-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- name: Run main module tests
9797
run: python .ci/cue.py test
9898
- name: Upload tapfiles Artifact
99-
uses: actions/upload-artifact@v3
99+
uses: actions/upload-artifact@v4
100100
with:
101101
name: tapfiles ${{ matrix.name }}
102102
path: '**/O.*/*.tap'

0 commit comments

Comments
 (0)