diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3f2b267de..fce79b72c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,9 +22,8 @@ jobs: - run: mkdir target - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: - name: build-artifacts path: target - name: Unarchive Windows's build artifacts @@ -53,9 +52,8 @@ jobs: - run: mkdir target - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: - name: build-artifacts path: target - name: Unarchive Windows's buildă…Ť artifacts