Skip to content

Commit d4d888d

Browse files
build(deps): bump actions/upload-artifact from 2 to 3 (#355)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a25ea85 commit d4d888d

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/android-OpenXR-loader.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
cd src/loader
2525
./gradlew build
2626
- name: Upload OpenXR Loader for Android
27-
uses: actions/upload-artifact@v2
27+
uses: actions/upload-artifact@v3
2828
with:
2929
name: OpenXR Loader for Android
3030
path: src/loader/build/outputs/aar/

.github/workflows/android-helloxr-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
arguments: assembleOpenGLESDebug
2727
build-root-directory: src/tests/hello_xr
2828
- name: Upload HelloXR OpenGLES Android
29-
uses: actions/upload-artifact@v2
29+
uses: actions/upload-artifact@v3
3030
with:
3131
name: HelloXR OpenGLES Android
3232
path: src/tests/hello_xr/build/outputs/apk/OpenGLES/debug/

.github/workflows/android-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232
OSSRH_USER: ${{secrets.OSSRH_USER}}
3333
OSSRH_PASSWORD: ${{secrets.OSSRH_PASSWORD}}
3434
- name: Upload bare AAR
35-
uses: actions/upload-artifact@v2
35+
uses: actions/upload-artifact@v3
3636
with:
3737
name: AAR and POM
3838
path: openxr_loader_for_android*
3939
- name: Upload Maven repo
40-
uses: actions/upload-artifact@v2
40+
uses: actions/upload-artifact@v3
4141
with:
4242
name: repo
4343
path: maintainer-scripts/publish-aar/build/repo/
@@ -84,7 +84,7 @@ jobs:
8484
SIGNED_FILE: ${{ steps.sign_gles.outputs.signedReleaseFile }}
8585
run: mv $SIGNED_FILE HelloXR_OpenGLES.apk
8686
- name: Upload HelloXR OpenGLES Android
87-
uses: actions/upload-artifact@v2
87+
uses: actions/upload-artifact@v3
8888
with:
8989
name: HelloXR OpenGLES Android
9090
path: HelloXR_OpenGLES.apk
@@ -114,7 +114,7 @@ jobs:
114114
run: mv $SIGNED_FILE HelloXR_Vulkan.apk
115115

116116
- name: Upload HelloXR Vulkan Android
117-
uses: actions/upload-artifact@v2
117+
uses: actions/upload-artifact@v3
118118
with:
119119
name: HelloXR Vulkan Android
120120
path: HelloXR_Vulkan.apk

.github/workflows/android-snapshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929
OSSRH_USER: ${{secrets.OSSRH_USER}}
3030
OSSRH_PASSWORD: ${{secrets.OSSRH_PASSWORD}}
3131
- name: Upload bare AAR
32-
uses: actions/upload-artifact@v2
32+
uses: actions/upload-artifact@v3
3333
with:
3434
name: AAR and POM
3535
path: openxr_loader_for_android*
3636
- name: Upload Maven repo
37-
uses: actions/upload-artifact@v2
37+
uses: actions/upload-artifact@v3
3838
with:
3939
name: repo
4040
maintainer-scripts/publish-aar/build/repo/

0 commit comments

Comments
 (0)