diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40e7abd1..6fd70663 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -403,7 +403,7 @@ jobs: - name: Download artifact id: download - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: "ubuntu-clang-valgrind" path: build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6d94bb75..afd148d6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -101,31 +101,31 @@ jobs: run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV - name: Download artifact Linux GCC 14 - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: ubuntu-gcc-14 path: ark-ubuntu-gcc-14 - name: Download artifact Linux Clang 16 - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: ubuntu-clang-16 path: ark-ubuntu-clang-16 - name: Download artifact Windows MSVC 19 - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: windows-msvc-22 path: ark-windows-msvc-22 - name: Download artifact MacOS Clang - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: macos-clang-16 path: ark-macos-clang-16 - name: Download artifact Windows InnoSetup installer - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: arkscript.exe path: ark-windows-installer