Skip to content

Commit b276dd9

Browse files
Bump actions/upload-artifact from 3.1.0 to 3.1.2
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.0 to 3.1.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3.1.0...v3.1.2) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4c3fb07 commit b276dd9

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)