From 5f77893da5fe76dab5d9e9da10916665a4c631d1 Mon Sep 17 00:00:00 2001 From: "Pavel V. Dimens" <19176506+pdimens@users.noreply.github.com> Date: Mon, 25 Nov 2024 22:15:05 -0500 Subject: [PATCH] try the julia cache --- .github/workflows/pkgtests.yaml | 4 ++-- .github/workflows/upstream.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pkgtests.yaml b/.github/workflows/pkgtests.yaml index 8c1d5fb38..ebf937dd3 100644 --- a/.github/workflows/pkgtests.yaml +++ b/.github/workflows/pkgtests.yaml @@ -23,11 +23,11 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Julia environment - uses: julia-actions/setup-julia@v1 + uses: julia-actions/setup-julia@v2 with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - - uses: actions/cache@v4 + - uses: julia-actions/cache@v2 env: cache-name: cache-artifacts with: diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml index 3a811b95b..1e2fa261f 100644 --- a/.github/workflows/upstream.yml +++ b/.github/workflows/upstream.yml @@ -22,11 +22,11 @@ jobs: - x64 steps: - uses: actions/checkout@v4 - - uses: julia-actions/setup-julia@v1 + - uses: julia-actions/setup-julia@v2 with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - - uses: actions/cache@v4 + - uses: julia-actions/cache@v2 env: cache-name: cache-artifacts with: