Skip to content

Commit a6746f8

Browse files
committed
GHA: Update actions/upload-artifact to v4
1 parent 144f022 commit a6746f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
run: python .ci/cue.py -T 60M test
194194
- name: Upload tapfiles Artifact
195195
if: ${{ always() }}
196-
uses: actions/upload-artifact@v3
196+
uses: actions/upload-artifact@v4
197197
with:
198198
name: tapfiles ${{ matrix.name }}
199199
path: '**/O.*/*.tap'
@@ -289,7 +289,7 @@ jobs:
289289
run: python .ci/cue.py -T 20M test
290290
- name: Upload tapfiles Artifact
291291
if: ${{ always() }}
292-
uses: actions/upload-artifact@v3
292+
uses: actions/upload-artifact@v4
293293
with:
294294
name: tapfiles ${{ matrix.name }}
295295
path: '**/O.*/*.tap'

0 commit comments

Comments
 (0)