Skip to content

Commit

Permalink
Merge pull request cashapp#435 from cashapp/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/upload-artifact-3

Bump actions/upload-artifact from 2 to 3
  • Loading branch information
jrodbx authored May 26, 2022
2 parents fee797f + 0a2046c commit ceb2c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Upload Test Failures
if: failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: test-failures
path: |
Expand Down

0 comments on commit ceb2c40

Please sign in to comment.