Skip to content

Commit c89ca01

Browse files
author
Saravanan Raghunathan
committed
v4
1 parent ab3c9bb commit c89ca01

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ jobs:
99
steps:
1010
# Checkout (without LFS)
1111
- name: Checkout repository
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1313

1414
# Git LFS
1515
- name: Create LFS file list
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/**') }}
@@ -57,7 +57,7 @@ jobs:
5757
targetPlatform: WebGL
5858

5959
# Output
60-
- uses: actions/upload-artifact@v3
60+
- uses: actions/upload-artifact@v4
6161
with:
6262
name: Build
6363
path: build

0 commit comments

Comments
 (0)