diff --git a/.github/workflows/Downstream.yml b/.github/workflows/Downstream.yml index e313a9c..3637c4c 100644 --- a/.github/workflows/Downstream.yml +++ b/.github/workflows/Downstream.yml @@ -43,7 +43,7 @@ jobs: with: repository: ${{ matrix.package.user }}/${{ matrix.package.repo }} path: downstream - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 with: token: ${{ secrets.GITHUB_TOKEN }} - name: Load this and run the downstream tests