diff --git a/.github/workflows/continuous-deployment.yml b/.github/workflows/continuous-deployment.yml index 965e087..e3f538f 100644 --- a/.github/workflows/continuous-deployment.yml +++ b/.github/workflows/continuous-deployment.yml @@ -108,7 +108,7 @@ jobs: - id: fetch name: Fetch artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: test-release-${{ github.run_number }} path: ./dist