Skip to content

Commit

Permalink
Merge pull request #342 from KlubJagiellonski/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
WezSieTato committed Jan 1, 2024
2 parents a893857 + e62bcf6 commit c377cd8
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@v3
uses: actions/upload-artifact@v4
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 @@ -42,7 +42,7 @@ jobs:
uses: codecov/codecov-action@v1
- name: "Upload Tests results"
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: xcresult
path: BuyPolish/fastlane/test_output

0 comments on commit c377cd8

Please sign in to comment.