Skip to content

Commit 1b14354

Browse files
chore(deps): update actions/upload-artifact action to v6
1 parent 6b9d33f commit 1b14354

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/activation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: game-ci/unity-request-activation-file@v2
1212

1313
- name: Upload artifact
14-
uses: actions/upload-artifact@v3
14+
uses: actions/upload-artifact@v6
1515
with:
1616
name: ${{ steps.getManualLicenseFile.outputs.filePath }}
1717
path: ${{ steps.getManualLicenseFile.outputs.filePath }}

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
targetPlatform: StandaloneWindows64
3333

3434
- name: Upload build artifacts
35-
uses: actions/upload-artifact@v3
35+
uses: actions/upload-artifact@v6
3636
with:
3737
name: Build
3838
path: build

0 commit comments

Comments
 (0)