Skip to content

Commit edc2872

Browse files
authored
Merge pull request #116 from ViroCommunity/dependabot/github_actions/main/actions/upload-artifact-3.1.2
Bump actions/upload-artifact from 3.1.0 to 3.1.2
2 parents 1917bdc + b276dd9 commit edc2872

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
./gradlew assembleDebug
2323
working-directory: ./android
2424
- name: Upload result ViroCore
25-
uses: actions/upload-artifact@v3.1.0
25+
uses: actions/upload-artifact@v3.1.2
2626
with:
2727
name: viroCore
2828
path: |
@@ -49,7 +49,7 @@ jobs:
4949
- name: Code checks
5050
run: ./gradlew check
5151
- name: Archive Lint report
52-
uses: actions/upload-artifact@v3.1.0
52+
uses: actions/upload-artifact@v3.1.2
5353
if: ${{ always() }}
5454
with:
5555
name: Viro-Lint-report
@@ -87,7 +87,7 @@ jobs:
8787
IPHONEOS_DEPLOYMENT_TARGET=9.0
8888
8989
- name: Upload iOS Renderer artifact
90-
uses: actions/upload-artifact@v3.1.0
90+
uses: actions/upload-artifact@v3.1.2
9191
with:
9292
name: ios_dist.tgz
9393
path: ./ios/dist/

0 commit comments

Comments
 (0)