Skip to content

Commit b6723e7

Browse files
committed
upload-artifact action versions
1 parent 06331bf commit b6723e7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/activation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
unityVersion: ${{ matrix.unityVersion }}
2020
- name: Expose as artifact
21-
uses: actions/upload-artifact@v1
21+
uses: actions/upload-artifact@v4
2222
with:
2323
name: ${{ steps.getManualLicenseFile.outputs.filePath }}
2424
path: ${{ steps.getManualLicenseFile.outputs.filePath }}

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
- uses: actions/setup-dotnet@v4
160160
if: matrix.performance
161161
with:
162-
dotnet-version: '3.1.x'
162+
dotnet-version: "3.1.x"
163163
cache: true
164164

165165
- name: Generate Performance Report
@@ -227,7 +227,7 @@ jobs:
227227
file: ReactUnityTestBadge.svg
228228

229229
- name: Upload Test Result Artifacts
230-
uses: actions/upload-artifact@v3
230+
uses: actions/upload-artifact@v4
231231
if: always()
232232
with:
233233
name: "${{ matrix.suite.name }} ${{ matrix.unity.version }}"
@@ -250,7 +250,7 @@ jobs:
250250
flags: unittests
251251

252252
- name: Upload Code Coverage Artifacts
253-
uses: actions/upload-artifact@v3
253+
uses: actions/upload-artifact@v4
254254
if: always() && matrix.main && matrix.coverage && contains(github.event.head_commit.message, '[coverage]')
255255
with:
256256
name: "${{ matrix.suite.name }} ${{ matrix.unity.version }} Code Coverage"

0 commit comments

Comments
 (0)