diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 91d17d3..332a301 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -175,7 +175,7 @@ jobs: cache-dependency-path: frontend-react/yarn.lock - name: Download frontend build - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: frontend-build path: frontend-react/build/ diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index f789bad..c476951 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -210,7 +210,7 @@ jobs: uses: actions/checkout@v4 - name: Download frontend build - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: frontend-build-analysis path: frontend-react/build/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c634bf3..9bd8002 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -112,7 +112,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: path: ./artifacts