diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index db55a017..64a368c4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,17 +44,17 @@ jobs: uses: actions/checkout@v3 - name: Fetch binaries (Win32) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: winsparkle-binaries-Win32 - name: Fetch binaries (x64) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: winsparkle-binaries-x64 - name: Fetch binaries (ARM64) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: winsparkle-binaries-ARM64 @@ -74,7 +74,7 @@ jobs: needs: build-nuget steps: - name: Fetch artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: nuget-package @@ -99,17 +99,17 @@ jobs: fetch-depth: 0 - name: Fetch binaries (Win32) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: winsparkle-binaries-Win32 - name: Fetch binaries (x64) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: winsparkle-binaries-x64 - name: Fetch binaries (ARM64) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: winsparkle-binaries-ARM64