diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7fbc76ec..9b94c945 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/.github/workflows/run-test.yml b/.github/workflows/run-test.yml index 2def8bba..88f91c0c 100644 --- a/.github/workflows/run-test.yml +++ b/.github/workflows/run-test.yml @@ -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