Skip to content

Commit

Permalink
fix Github Actions Annotation Warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyroonis committed Mar 24, 2024
1 parent e1047dd commit 136077c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
run: git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id

- name: Restore LFS cache
uses: actions/cache@v3
uses: actions/cache@v4
id: lfs-cache
with:
path: .git/lfs
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
allowDirtyBuild: true
buildMethod: GVR.Editor.Builds.UnityBuildTools.UnityBuilderAction.Perform${{ matrix.targetDevice }}Build

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Build-${{ matrix.targetDevice }}
path: build/${{ matrix.targetDevice }}
Expand Down

0 comments on commit 136077c

Please sign in to comment.