Skip to content

Commit

Permalink
Update actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
DevopsGoth committed Jan 23, 2025
1 parent 827d01b commit afa66f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit afa66f2

Please sign in to comment.