diff --git a/.github/workflows/ci-caches.yml b/.github/workflows/ci-caches.yml index d4f050bd8c7..904ed1994ab 100644 --- a/.github/workflows/ci-caches.yml +++ b/.github/workflows/ci-caches.yml @@ -113,7 +113,7 @@ jobs: # Upload the downloaded files as artifacts to GitHub - name: Upload artifacts to GitHub - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: gmt-cache path: ~/.gmt/static @@ -135,7 +135,7 @@ jobs: COASTLINEDIR: ${{ env.COASTLINEDIR }} - name: Upload artifacts to GitHub - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: coastline-cache path: ${{ env.COASTLINEDIR }} @@ -153,7 +153,7 @@ jobs: run: bash ci/install-dependencies-windows.sh - name: Upload artifacts to GitHub - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: vcpkg-cache # VCPKG_INSTALLATION_ROOT is C:\vcpkg @@ -183,7 +183,7 @@ jobs: dvc pull --remote origin --no-run-cache --verbose - name: Upload DVC cache as artifacts to GitHub - uses: actions/upload-artifact@v6.0.0 + uses: actions/upload-artifact@v7 with: name: dvc-cache include-hidden-files: true diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9c7e1247edb..fe380c1cab5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -181,7 +181,7 @@ jobs: if: runner.os == 'Windows' - name: Upload build directory if failed - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: BuildDirectory-${{ runner.os }} path: build/