diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 9693505c..9fc89e6b 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -176,7 +176,7 @@ jobs: fetch-depth: 0 - name: Download Build Artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 - name: Fix rpm java dependency uses: Syer10/Fedora-Java17-Action@v1 diff --git a/.github/workflows/Preview.yml b/.github/workflows/Preview.yml index a2f69446..94b911f8 100644 --- a/.github/workflows/Preview.yml +++ b/.github/workflows/Preview.yml @@ -184,7 +184,7 @@ jobs: fetch-depth: 0 - name: Download Build Artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 - name: Fix rpm java dependency uses: Syer10/Fedora-Java17-Action@v1