Skip to content

Commit d74bca7

Browse files
author
Saravanan Raghunathan
committed
fix
1 parent 9ed0fe2 commit d74bca7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id
1717

1818
- name: Restore LFS cache
19-
uses: actions/cache@v3
19+
uses: actions/cache@v4
2020
id: lfs-cache
2121
with:
2222
path: .git/lfs
@@ -29,7 +29,7 @@ jobs:
2929
git reset --hard
3030
3131
# Cache
32-
- uses: actions/cache@v3
32+
- uses: actions/cache@v4
3333
with:
3434
path: Library
3535
key: Library-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }}
@@ -59,7 +59,7 @@ jobs:
5959
allowDirtyBuild: true
6060

6161
# Output
62-
- uses: actions/upload-artifact@v3
62+
- uses: actions/upload-artifact@v4
6363
with:
6464
name: Build
6565
path: build

0 commit comments

Comments
 (0)