From 2839f499e6dbe4fdc82273040f67d6f10d707e23 Mon Sep 17 00:00:00 2001 From: June <38109440+DevopsGoth@users.noreply.github.com> Date: Thu, 23 Jan 2025 09:45:05 -0700 Subject: [PATCH] Github Actions @v3 -> @v4 --- .github/workflows/applications.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/applications.yml b/.github/workflows/applications.yml index 94f83be7..ceeb24ed 100644 --- a/.github/workflows/applications.yml +++ b/.github/workflows/applications.yml @@ -95,7 +95,7 @@ jobs: - name: Print cabal.project.local shell: bash run: cat cabal.project.local - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Cache dist-newstyle with: path: | @@ -191,7 +191,7 @@ jobs: OS: ${{ matrix.os }} steps: - name: Get build artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: pact-applications.${{ matrix.ghc }}.${{ matrix.os }} path: pact @@ -229,7 +229,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 - name: Cache Docker layers - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ github.sha }}