File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 run : " ./maintainer-scripts/build-aar.sh"
3737
3838 - name : Upload bare AAR
39- uses : " actions/upload-artifact@v4 "
39+ uses : " actions/upload-artifact@v5 "
4040 with :
4141 name : AAR and POM
4242 path : openxr_loader_for_android*
6262
6363 - name : Upload HelloXR OpenGLES (debug) for Android
6464 if : " !inputs.release"
65- uses : " actions/upload-artifact@v4 "
65+ uses : " actions/upload-artifact@v5 "
6666 with :
6767 name : HelloXR OpenGLES Android
6868 path : " src/tests/hello_xr/build/outputs/apk/OpenGLES/debug/*.apk"
Original file line number Diff line number Diff line change 2828 if : ${{ failure() }}
2929 - name : Publish diff
3030 if : ${{ failure() }}
31- uses : actions/upload-artifact@v4
31+ uses : actions/upload-artifact@v5
3232 with :
3333 path : ${{ runner.temp }}/clang-format.patch
3434 name : clang-format-changes
Original file line number Diff line number Diff line change 4949 tar -czvf openxr_loader_macos.tar.gz *
5050
5151 - name : Upload Artifact
52- uses : actions/upload-artifact@v4
52+ uses : actions/upload-artifact@v5
5353 with :
5454 name : openxr_loader_macos
5555 path : install/openxr_loader_macos.tar.gz
Original file line number Diff line number Diff line change 5959 run : " cmake --build $env:RUNNER_TEMP --parallel --config ${{ inputs.buildType }} --target install"
6060
6161 - name : Upload Artifacts
62- uses : actions/upload-artifact@v4
62+ uses : actions/upload-artifact@v5
6363 if : inputs.artifactName
6464 with :
6565 name : " ${{ inputs.artifactName }}"
Original file line number Diff line number Diff line change 5858 run : ' python .github/scripts/organize_windows_artifacts.py "${{ github.workspace }}" "${{ github.workspace }}/openxr_loader"'
5959
6060 - name : Upload combined artifact
61- uses : " actions/upload-artifact@v4 "
61+ uses : " actions/upload-artifact@v5 "
6262 with :
6363 name : openxr_loader_windows
6464 path : " ${{ github.workspace }}/openxr_loader"
7878 run : ' nuget pack "${{ github.workspace }}/openxr_loader_staging/OpenXR.Loader.nuspec" -OutputDirectory "${{ github.workspace }}/nuget"'
7979
8080 - name : Upload NuGet artifact
81- uses : " actions/upload-artifact@v4 "
81+ uses : " actions/upload-artifact@v5 "
8282 with :
8383 name : NuGet
8484 path : " ${{ github.workspace }}/nuget"
You can’t perform that action at this time.
0 commit comments