Skip to content

Commit 3c6f4e8

Browse files
Bump actions/upload-artifact from 1 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 1 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v1...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent eb91a85 commit 3c6f4e8

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
@@ -51,7 +51,7 @@ jobs:
5151
unityVersion: ${{ env.UNITY_VERSION }}
5252
testMode: all
5353
customParameters: "-nographics"
54-
- uses: actions/upload-artifact@v1
54+
- uses: actions/upload-artifact@v5
5555
with:
5656
name: Test results (all modes)
5757
path: ${{ steps.testRunner.outputs.artifactsPath }}
@@ -97,7 +97,7 @@ jobs:
9797
unityVersion: ${{ env.UNITY_VERSION }}
9898
targetPlatform: ${{ matrix.targetPlatform }}
9999

100-
- uses: actions/upload-artifact@v1
100+
- uses: actions/upload-artifact@v5
101101
with:
102102
name: Build
103103
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@v1
31+
uses: actions/upload-artifact@v5
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
@@ -65,7 +65,7 @@ jobs:
6565
customParameters: -nographics _name "${{ matrix.package-name }}" _version "${{ env.PKG_VERSION }}" _savePath "."
6666

6767
- name: Upload package as artifact
68-
uses: actions/upload-artifact@v1
68+
uses: actions/upload-artifact@v5
6969
with:
7070
name: ${{ matrix.package-name }}_v${{ env.PKG_VERSION }}.unitypackage
7171
path: ${{ env.PROJECT_PATH }}/${{ matrix.package-name }}_v${{ env.PKG_VERSION }}.unitypackage

0 commit comments

Comments
 (0)