Skip to content

Commit

Permalink
ci: use stable version of artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Nov 8, 2020
1 parent af54747 commit 33b11dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Run tests
run: yarn test --coverage
- name: Store code coverage report
uses: actions/upload-artifact@v2-preview
uses: actions/upload-artifact@v2
with:
name: coverage
path: coverage/
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Checkout Project
uses: actions/checkout@v2
- name: Download Coverage report
uses: actions/download-artifact@v2-preview
uses: actions/download-artifact@v2
with:
name: coverage
path: coverage/
Expand Down

0 comments on commit 33b11dd

Please sign in to comment.