Skip to content

Commit 3f863ae

Browse files
authored
Update actions/upload-artifact
1 parent 1027a1f commit 3f863ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/applications.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
cp cabal.project.freeze artifacts/pact
190190
- name: Publish applications
191191
if: "!contains(matrix.flags, '-build-tool')"
192-
uses: actions/upload-artifact@v3
192+
uses: actions/upload-artifact@v4
193193
with:
194194
name: pact-applications.${{ matrix.ghc }}.${{ matrix.os }}
195195
path: artifacts/pact

0 commit comments

Comments
 (0)