Skip to content

Commit

Permalink
chore: update actions
Browse files Browse the repository at this point in the history
- upload-artifact v2 was deprecated on 30 June 2024, bumped it to last v4
  • Loading branch information
leszek-vechain committed Sep 10, 2024
1 parent 370fb07 commit 28516f6
Show file tree
Hide file tree
Showing 2 changed files with 7,350 additions and 4,787 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install dependencies
run: |
Expand All @@ -39,7 +39,7 @@ jobs:
run: yarn test

- name: Upload test results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: playwright-results
path: ./tests/playwright/playwright-report
Expand Down
Loading

0 comments on commit 28516f6

Please sign in to comment.