Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
burden committed Nov 6, 2024
1 parent 2ae1bd3 commit 6af0e10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
fi
- name: Upload
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
if: failure()
with:
name: ${{ matrix.browser }} on ubuntu
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
run: npx testcafe ${{ matrix.browser }} test/browser/**

- name: Upload
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
if: failure()
with:
name: ${{ matrix.browser }} on windows
Expand Down

0 comments on commit 6af0e10

Please sign in to comment.