We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b9d33f commit 1b14354Copy full SHA for 1b14354
.github/workflows/activation.yml
@@ -11,7 +11,7 @@ jobs:
11
uses: game-ci/unity-request-activation-file@v2
12
13
- name: Upload artifact
14
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v6
15
with:
16
name: ${{ steps.getManualLicenseFile.outputs.filePath }}
17
path: ${{ steps.getManualLicenseFile.outputs.filePath }}
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
targetPlatform: StandaloneWindows64
33
34
- name: Upload build artifacts
35
36
37
name: Build
38
path: build
0 commit comments