mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-21 17:59:50 +00:00
ci: use v3 actions
This commit is contained in:
parent
6f12f53132
commit
2ca79d3772
1 changed files with 7 additions and 7 deletions
14
.github/workflows/main.yml
vendored
14
.github/workflows/main.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
|||
# runs-on: windows-2019
|
||||
# steps:
|
||||
# - name: "Checkout"
|
||||
# uses: actions/checkout@v2
|
||||
# uses: actions/checkout@v3
|
||||
# with:
|
||||
# submodules: recursive
|
||||
# # - name: "Remove Redistributable"
|
||||
|
@ -44,7 +44,7 @@ jobs:
|
|||
# # - name: "Setup MSBuild"
|
||||
# # uses: microsoft/setup-msbuild@v1
|
||||
# # - name: Cache DXSDK_Jun10.exe
|
||||
# # uses: actions/cache@v2
|
||||
# # uses: actions/cache@v3
|
||||
# # with:
|
||||
# # path: ./Tools/DX/
|
||||
# # key: ${{ runner.os }}
|
||||
|
@ -102,7 +102,7 @@ jobs:
|
|||
# move $FILE_NAME ..\..\artifact\
|
||||
# - name: "Publish"
|
||||
# if: success()
|
||||
# uses: actions/upload-artifact@v2-preview
|
||||
# uses: actions/upload-artifact@v3
|
||||
# with:
|
||||
# name: ${{ matrix.artifact_name }}
|
||||
# path: "./artifact/"
|
||||
|
@ -122,7 +122,7 @@ jobs:
|
|||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: "Checkout"
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: 'Fetch Git Tags'
|
||||
|
@ -201,7 +201,7 @@ jobs:
|
|||
mv "${FILE_NAME}" ./artifact/
|
||||
- name: "Publish"
|
||||
if: success()
|
||||
uses: actions/upload-artifact@v2-preview
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: ${{ matrix.artifact_name }}
|
||||
path: "./artifact/"
|
||||
|
@ -221,7 +221,7 @@ jobs:
|
|||
runs-on: macos-11
|
||||
steps:
|
||||
- name: "Checkout"
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: 'Fetch Git Tags'
|
||||
|
@ -274,7 +274,7 @@ jobs:
|
|||
mv "${FILE_NAME}" ../../artifact/
|
||||
- name: "Publish"
|
||||
if: success()
|
||||
uses: actions/upload-artifact@v2-preview
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: ${{ matrix.artifact_name }}
|
||||
path: "./artifact/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue