Skip to content

Commit 45b0f44

Browse files
authored
Merge pull request #43 from jcs090218/dependabot/github_actions/actions/upload-artifact-7
chore(deps): bump actions/upload-artifact from 6 to 7
2 parents 32effe1 + 110c8c6 commit 45b0f44

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
unityVersion: ${{ env.UNITY_VERSION }}
5353
testMode: all
5454
customParameters: "-nographics"
55-
- uses: actions/upload-artifact@v6
55+
- uses: actions/upload-artifact@v7
5656
with:
5757
name: Test results (all modes)
5858
path: ${{ steps.testRunner.outputs.artifactsPath }}
@@ -98,7 +98,7 @@ jobs:
9898
unityVersion: ${{ env.UNITY_VERSION }}
9999
targetPlatform: ${{ matrix.targetPlatform }}
100100

101-
- uses: actions/upload-artifact@v6
101+
- uses: actions/upload-artifact@v7
102102
with:
103103
name: Build
104104
path: build

.github/workflows/license.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
# Upload artifact (Unity_v20XX.X.XXXX.alf)
3030
- name: Expose as artifact
31-
uses: actions/upload-artifact@v6
31+
uses: actions/upload-artifact@v7
3232
with:
3333
name: ${{ steps.alfFile.outputs.filePath }}
3434
path: ${{ steps.alfFile.outputs.filePath }}

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
customParameters: -nographics _name "${{ matrix.package-name }}" _version "${{ env.PKG_VERSION }}" _savePath "."
6969

7070
- name: Upload package as artifact
71-
uses: actions/upload-artifact@v6
71+
uses: actions/upload-artifact@v7
7272
with:
7373
name: ${{ matrix.package-name }}_v${{ env.PKG_VERSION }}.unitypackage
7474
path: ${{ env.PROJECT_PATH }}/${{ matrix.package-name }}_v${{ env.PKG_VERSION }}.unitypackage

0 commit comments

Comments
 (0)