Skip to content

Commit 49fbb82

Browse files
committed
GHA: Update actions/upload-artifact to v4
1 parent c35f932 commit 49fbb82

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
run: python .ci/cue.py -T 60M test
180180
- name: Upload tapfiles Artifact
181181
if: ${{ always() }}
182-
uses: actions/upload-artifact@v3
182+
uses: actions/upload-artifact@v4
183183
with:
184184
name: tapfiles ${{ matrix.name }}
185185
path: '**/O.*/*.tap'
@@ -262,7 +262,7 @@ jobs:
262262
run: python .ci/cue.py -T 20M test
263263
- name: Upload tapfiles Artifact
264264
if: ${{ always() }}
265-
uses: actions/upload-artifact@v3
265+
uses: actions/upload-artifact@v4
266266
with:
267267
name: tapfiles ${{ matrix.name }}
268268
path: '**/O.*/*.tap'

0 commit comments

Comments
 (0)