diff --git a/.github/workflows/cooker-selfhosted.yml b/.github/workflows/cooker-selfhosted.yml index 454c4e23..3b9b06f8 100644 --- a/.github/workflows/cooker-selfhosted.yml +++ b/.github/workflows/cooker-selfhosted.yml @@ -38,7 +38,7 @@ jobs: continue-on-error: true - name: Clone RetroDECK repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: 'true' @@ -169,7 +169,7 @@ jobs: # In case it cannot publish the release at least it's providing the flatpak file for creating a manual release - name: Upload RetroDECK-cooker.flatpak - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: retrodeck-flatpak path: RetroDECK-cooker.flatpak