Skip to content

Commit

Permalink
GHA: Update actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphlange committed Dec 16, 2024
1 parent 949b3f6 commit 8fa2313
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci-scripts-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,11 @@ jobs:
- name: Run main module tests
run: python .ci/cue.py test
- name: Upload tapfiles Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: tapfiles ${{ matrix.name }}
path: '**/O.*/*.tap'
if-no-files-found: ignore
- name: Collect and show test results
run: python .ci/cue.py test-results

Expand Down Expand Up @@ -206,9 +207,10 @@ jobs:
- name: Run main module tests
run: python .ci/cue.py test
- name: Upload tapfiles Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: tapfiles ${{ matrix.name }}
path: '**/O.*/*.tap'
if-no-files-found: ignore
- name: Collect and show test results
run: python .ci/cue.py test-results

0 comments on commit 8fa2313

Please sign in to comment.