Skip to content

Commit

Permalink
Bump actions/upload-artifact from 2 to 3 (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 9, 2022
1 parent bc4649b commit 2001659
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: bundle exec fastlane record_snapshots
- name: "Upload Tests results"
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: xcresult
path: BuyPolish/fastlane/test_output
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: codecov/codecov-action@v1
- name: "Upload Tests results"
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: xcresult
path: BuyPolish/fastlane/test_output

0 comments on commit 2001659

Please sign in to comment.