From afcb0783691c761749011cf09b989df398da2339 Mon Sep 17 00:00:00 2001 From: June <38109440+DevopsGoth@users.noreply.github.com> Date: Thu, 23 Jan 2025 09:29:24 -0700 Subject: [PATCH] Update actions/upload-artifact --- .github/workflows/applications.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/applications.yml b/.github/workflows/applications.yml index c6a4c8b1..94f83be7 100644 --- a/.github/workflows/applications.yml +++ b/.github/workflows/applications.yml @@ -156,7 +156,7 @@ jobs: cp cabal.project.freeze artifacts/pact - name: Publish applications if: "!contains(matrix.flags, '-build-tool')" - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: pact-applications.${{ matrix.ghc }}.${{ matrix.os }} path: artifacts/pact