Skip to content

Commit 7e850c5

Browse files
committed
Update workflows
1 parent 69e34d8 commit 7e850c5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/activation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: game-ci/unity-request-activation-file@v2
1313
# Upload artifact (Unity_v20XX.X.XXXX.alf)
1414
- name: Expose as artifact
15-
uses: actions/upload-artifact@v2
15+
uses: actions/upload-artifact@v4
1616
with:
1717
name: ${{ steps.getManualLicenseFile.outputs.filePath }}
1818
path: ${{ steps.getManualLicenseFile.outputs.filePath }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
testMode: ${{ matrix.testMode }}
3838
artifactsPath: ${{ matrix.testMode }}-artifacts
3939
checkName: ${{ matrix.testMode }} Test Results
40-
- uses: actions/upload-artifact@v3
40+
- uses: actions/upload-artifact@v4
4141
if: always()
4242
with:
4343
name: Test results for ${{ matrix.testMode }}

.github/workflows/upm-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: split upm branch
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v4
1212
with:
1313
fetch-depth: 0
1414
- name: split upm branch

.github/workflows/upm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: split upm branch
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v4
1212
with:
1313
fetch-depth: 0
1414
- name: split upm branch

0 commit comments

Comments
 (0)