diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 98f5714..72d665a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -79,37 +79,37 @@ jobs: uses: actions/checkout@v2 - name: Download artifacts (Linux x64) - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: ubuntu-latest-x64-artifact path: ./artifacts - name: Download artifacts (Linux ARM64) - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: ubuntu-latest-arm64-artifact path: ./artifacts - name: Download artifacts (Windows x64) - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: windows-latest-x64-artifact path: ./artifacts - name: Download artifacts (Windows ARM64) - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: windows-latest-arm64-artifact path: ./artifacts - name: Download artifacts (macOS x64) - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: macos-latest-x64-artifact path: ./artifacts - name: Download artifacts (macOS ARM64) - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: macos-latest-arm64-artifact path: ./artifacts