Skip to content

Commit 80e6ff2

Browse files
action-deps: bump actions/upload-artifact from 4.6.1 to 4.6.2 (#64)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.1...v4.6.2) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b812eb2 commit 80e6ff2

8 files changed

+8
-8
lines changed

.github/workflows/build-pal3-mono-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
targetPlatform: ${{ matrix.targetPlatform }}
4040
buildName: PAL3
4141
versioning: Semantic
42-
- uses: actions/[email protected].1
42+
- uses: actions/[email protected].2
4343
with:
4444
name: PAL3-Mono-${{ matrix.targetPlatform }}
4545
path: build/${{ matrix.targetPlatform }}

.github/workflows/build-pal3-mono-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
targetPlatform: ${{ matrix.targetPlatform }}
3131
buildName: PAL3
3232
versioning: Semantic
33-
- uses: actions/[email protected].1
33+
- uses: actions/[email protected].2
3434
with:
3535
name: PAL3-Mono-${{ matrix.targetPlatform }}
3636
path: build/${{ matrix.targetPlatform }}

.github/workflows/build-pal3-mono-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
targetPlatform: ${{ matrix.targetPlatform }}
3131
buildName: PAL3
3232
versioning: Semantic
33-
- uses: actions/[email protected].1
33+
- uses: actions/[email protected].2
3434
with:
3535
name: PAL3-Mono-${{ matrix.targetPlatform }}
3636
path: build/${{ matrix.targetPlatform }}

.github/workflows/build-pal3-mono-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
targetPlatform: ${{ matrix.targetPlatform }}
3232
buildName: PAL3
3333
versioning: Semantic
34-
- uses: actions/[email protected].1
34+
- uses: actions/[email protected].2
3535
with:
3636
name: PAL3-Mono-${{ matrix.targetPlatform }}
3737
path: build/${{ matrix.targetPlatform }}

.github/workflows/build-pal3a-mono-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
targetPlatform: ${{ matrix.targetPlatform }}
5353
buildName: PAL3A
5454
versioning: Semantic
55-
- uses: actions/[email protected].1
55+
- uses: actions/[email protected].2
5656
with:
5757
name: PAL3A-Mono-${{ matrix.targetPlatform }}
5858
path: build/${{ matrix.targetPlatform }}

.github/workflows/build-pal3a-mono-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
targetPlatform: ${{ matrix.targetPlatform }}
4444
buildName: PAL3A
4545
versioning: Semantic
46-
- uses: actions/[email protected].1
46+
- uses: actions/[email protected].2
4747
with:
4848
name: PAL3A-Mono-${{ matrix.targetPlatform }}
4949
path: build/${{ matrix.targetPlatform }}

.github/workflows/build-pal3a-mono-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
targetPlatform: ${{ matrix.targetPlatform }}
4444
buildName: PAL3A
4545
versioning: Semantic
46-
- uses: actions/[email protected].1
46+
- uses: actions/[email protected].2
4747
with:
4848
name: PAL3A-Mono-${{ matrix.targetPlatform }}
4949
path: build/${{ matrix.targetPlatform }}

.github/workflows/build-pal3a-mono-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
targetPlatform: ${{ matrix.targetPlatform }}
4545
buildName: PAL3A
4646
versioning: Semantic
47-
- uses: actions/[email protected].1
47+
- uses: actions/[email protected].2
4848
with:
4949
name: PAL3A-Mono-${{ matrix.targetPlatform }}
5050
path: build/${{ matrix.targetPlatform }}

0 commit comments

Comments
 (0)