Skip to content

Commit

Permalink
Merge pull request #116 from ViroCommunity/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…main/actions/upload-artifact-3.1.2

Bump actions/upload-artifact from 3.1.0 to 3.1.2
  • Loading branch information
adelarsq authored Mar 9, 2023
2 parents 1917bdc + b276dd9 commit edc2872
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
./gradlew assembleDebug
working-directory: ./android
- name: Upload result ViroCore
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
name: viroCore
path: |
Expand All @@ -49,7 +49,7 @@ jobs:
- name: Code checks
run: ./gradlew check
- name: Archive Lint report
uses: actions/[email protected].0
uses: actions/[email protected].2
if: ${{ always() }}
with:
name: Viro-Lint-report
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
IPHONEOS_DEPLOYMENT_TARGET=9.0
- name: Upload iOS Renderer artifact
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
name: ios_dist.tgz
path: ./ios/dist/

0 comments on commit edc2872

Please sign in to comment.