Skip to content
Closed
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/backend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

- name: Upload coverage report artifact
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: backend-coverage
path: backend/coverage/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ jobs:
flags: frontend
fail_ci_if_error: false
- name: Upload coverage HTML artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: frontend-coverage-report
path: frontend/coverage/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/container-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
exit-code: "0"

- name: Upload SBOM artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: sbom-${{ matrix.service }}
path: sbom-${{ matrix.service }}.cdx.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/contract-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
fail_ci_if_error: false

- name: Upload coverage HTML artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: rust-coverage-report
path: coverage/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-abi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:

# ── Upload ABI as workflow artifact ─────────────────────────────────────
- name: Upload ABI artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: swiftremit-abi
path: abi/
Expand Down
Loading