Skip to content

Commit d75a98b

Browse files
Bump actions/upload-artifact from 4.4.3 to 4.6.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.3 to 4.6.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.4.3...v4.6.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8e0c4b3 commit d75a98b

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 :viroreact:assembleDebug
2323
working-directory: ./android
2424
- name: Upload result ViroCore
25-
uses: actions/upload-artifact@v4.4.3
25+
uses: actions/upload-artifact@v4.6.0
2626
with:
2727
name: viroCore
2828
path: |
@@ -49,7 +49,7 @@ jobs:
4949
- name: Code checks
5050
run: ./gradlew :viroreact:check
5151
- name: Archive Lint report
52-
uses: actions/upload-artifact@v4.4.3
52+
uses: actions/upload-artifact@v4.6.0
5353
if: ${{ always() }}
5454
with:
5555
name: Viro-Lint-report
@@ -87,7 +87,7 @@ jobs:
8787
IPHONEOS_DEPLOYMENT_TARGET=13.0 | xcpretty
8888
8989
- name: Upload iOS Renderer artifact
90-
uses: actions/upload-artifact@v4.4.3
90+
uses: actions/upload-artifact@v4.6.0
9191
with:
9292
name: ios_dist.tgz
9393
path: ./ios/dist/

0 commit comments

Comments
 (0)