diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 43b3b569..c87176d1 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -322,7 +322,7 @@ jobs: core.exportVariable('VERSION', version); - name: 📥 Download - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v8 - name: 📇 Zip run: | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12feeca8..59d3a639 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,7 +106,7 @@ jobs: pull-requests: write steps: - name: 📥 Download test report - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v8 with: name: test-report - name: ⚗️ Publish Unit Test Results