diff --git a/.github/workflows/buildbin.yml b/.github/workflows/buildbin.yml index e1acd29..f22d676 100644 --- a/.github/workflows/buildbin.yml +++ b/.github/workflows/buildbin.yml @@ -53,13 +53,13 @@ jobs: steps: - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: Cogs-of-Cronos-AdventureSoft-windows-latest path: windows-artifact - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: Cogs-of-Cronos-AdventureSoft-ubuntu-latest path: linux-artifact