Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Upload benchmark results
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: benchmark-results
path: docs/benchmarks.json
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: pnpm run test:ci

- name: Upload coverage reports
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: typescript-coverage
path: |
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
--exclude-files 'contracts/invoice_liquidity/src/test.rs'

- name: Upload coverage report
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: coverage-report
path: coverage/cobertura.xml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-allure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ jobs:
run: allure generate allure-results --clean -o allure-report

- name: Upload Allure report as artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: allure-report
path: tests/e2e/allure-report
retention-days: 30

- name: Upload Allure results as artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: allure-results
path: tests/e2e/allure-results
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notifications-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- run: pnpm --filter @iln/notifications run test:coverage
- name: Upload coverage report
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: notifications-coverage
path: notifications/coverage
Loading