Skip to content

Commit

Permalink
update actions/upload-artifact in deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
burden committed Nov 12, 2024
1 parent 814a880 commit d28c1c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,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 @@ -110,7 +110,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 d28c1c7

Please sign in to comment.