Skip to content

Commit

Permalink
Merge pull request #1200 from gagansuie/dev
Browse files Browse the repository at this point in the history
Merge remote-tracking branch 'upstream/main' into dev
  • Loading branch information
gagansuie authored Apr 30, 2024
2 parents 0ad8049 + 84794d6 commit 5f91cd7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ jobs:
# node ./reportConverter.js

- name: Upload Artifact
uses: actions/upload-artifact@v4.3.1
uses: actions/upload-artifact@v4.3.3
if: always()
with:
name: results.json
path: ./results.json
retention-days: 30

- name: Send to Codecov
uses: codecov/codecov-action@v4.2.0
uses: codecov/codecov-action@v4.3.0
with:
files: ./results.json
flags: "e2ecoverage"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ jobs:
# node ./reportConverter.js

- name: Upload Artifact
uses: actions/upload-artifact@v4.3.1
uses: actions/upload-artifact@v4.3.3
if: always()
with:
name: results.json
path: ./results.json
retention-days: 30

- name: Send to Codecov
uses: codecov/codecov-action@v4.2.0
uses: codecov/codecov-action@v4.3.0
with:
files: ./results.json
flags: "e2ecoverage"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@playwright/test": "1.43.0",
"@playwright/test": "1.43.1",
"@sveltejs/adapter-cloudflare": "^4.0.1",
"@sveltejs/kit": "^2.0.6",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
Expand Down

0 comments on commit 5f91cd7

Please sign in to comment.