Skip to content

Commit 83b67af

Browse files
committed
Update package.yaml
1 parent 4cac61d commit 83b67af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
# Checkout
1616
- name: Checkout repository
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v4
1818
with:
1919
lfs: true
2020

@@ -39,7 +39,7 @@ jobs:
3939

4040
# Upload
4141
- name: Upload .unitypackage
42-
uses: actions/upload-artifact@v2
42+
uses: actions/upload-artifact@v4
4343
with:
4444
name: Unity Package
4545
path: Build

0 commit comments

Comments
 (0)