Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
burden committed Nov 2, 2024
1 parent 5415ddf commit f9c78e1
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 @@ -114,7 +114,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 @@ -154,7 +154,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 f9c78e1

Please sign in to comment.