Skip to content

Commit 3ba27d1

Browse files
committed
ci: update github actions to v3
1 parent 14c269d commit 3ba27d1

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
@@ -26,7 +26,7 @@ jobs:
2626
- os: ubuntu-latest
2727
rid: android-arm64-v8a
2828
steps:
29-
- uses: actions/checkout@v2
29+
- uses: actions/checkout@v3
3030
- uses: actions/setup-dotnet@v1
3131
with:
3232
dotnet-version: '3.1.x'
@@ -41,7 +41,7 @@ jobs:
4141
- run: |
4242
mkdir tmp
4343
cp -r VisualPinball.Engine.PinMAME.Unity/Plugins/${{ matrix.rid }} tmp
44-
- uses: actions/upload-artifact@v2
44+
- uses: actions/upload-artifact@v3
4545
with:
4646
name: Plugins
4747
path: tmp

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
registry:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v3
1111
- uses: dawidd6/action-download-artifact@v2
1212
with:
1313
workflow: build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
release:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v3
1111
with:
1212
fetch-depth: 0
1313
- name: Fetch next version

0 commit comments

Comments
 (0)