Skip to content

Commit

Permalink
Merge pull request #232 from hyperledger/dependabot/github_actions/al…
Browse files Browse the repository at this point in the history
…l-actions-834f0db79b

Bump the all-actions group with 2 updates
  • Loading branch information
swcurran authored Feb 14, 2024
2 parents 86b6e00 + 21cee8d commit 10d80c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
NEW_APP_NAME: ${{ steps.check-app-updated-on-sl.outputs.NEW_APP_NAME }}
steps:
- name: checkout-test-harness
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: check-app-updated-on-sl
id: check-app-updated-on-sl
run: |
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
report-project: "bc-showcase-ios"
#timeout-minutes: 60
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: run-aath-agents
if: ${{ matrix.mobile-platform=='-p iOS' && !contains(matrix.report-project,'candy-uvp-pcft-chat') }}
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
continue-on-error: true

- name: archive screenshots
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-screenshots_from_main
path: ./*.png
Expand Down

0 comments on commit 10d80c3

Please sign in to comment.