Skip to content

Commit

Permalink
Merge pull request #824 from input-output-hk/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/upload-artifact-4

chore(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
nhenin authored Mar 22, 2024
2 parents f718322 + 36d9d6e commit fc3622f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
MARLOWE_RT_TEST_SUBMIT_CONFIRMATION_BLOCKS: 0
- if: ${{ failure() && steps.cache-results.outputs.cache-hit != 'true' }}
name: Upload failed test directories as artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: workspaces
path: |
Expand Down

0 comments on commit fc3622f

Please sign in to comment.