diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b00c6b5..a5e2e895 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@v5 + uses: actions/download-artifact@v6 with: name: "ubuntu-clang-valgrind" path: build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9be079aa..621a2beb 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@v5 + uses: actions/download-artifact@v6 with: name: ubuntu-gcc-14 path: ark-ubuntu-gcc-14 - name: Download artifact Linux Clang 16 - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: ubuntu-clang-16 path: ark-ubuntu-clang-16 - name: Download artifact Windows MSVC 19 - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: windows-msvc-22 path: ark-windows-msvc-22 - name: Download artifact MacOS Clang - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: macos-clang-16 path: ark-macos-clang-16 - name: Download artifact Windows InnoSetup installer - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: arkscript.exe path: ark-windows-installer