diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 39cb992..c695226 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -50,7 +50,7 @@ jobs: steps: - name: Download Build Artifact id: download-build-artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: ${{ needs.build_gorgustranslatorweb.outputs.ARTIFACT }}