Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,11 +210,11 @@ jobs:
- name: Build release object
run: pip install PyYAML>=6.0.2 && python release.py
- name: Download Helm chart
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
name: helm-chart
- name: Download SBOMs
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
pattern: sbom-*
merge-multiple: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,12 +212,12 @@ jobs:
with:
fetch-depth: 0
- name: Download backend coverage
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
name: pytest-coverage-py3.12
path: coverage-backend
- name: Download frontend coverage
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
name: frontend-coverage
path: coverage-frontend
Expand Down
Loading