mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-11-29 01:24:11 +01:00
[build] Update github actions
Use github-checkout v3, github-upload-artifact-action v3 and joshua-ashton-gcc-problem-matcher v2. Fixes Node.js 12 deprecation warning.
This commit is contained in:
parent
4bcabe8d46
commit
c54eac7d61
6
.github/workflows/artifacts.yml
vendored
6
.github/workflows/artifacts.yml
vendored
@ -9,13 +9,13 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout code
|
||||
id: checkout-code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Setup problem matcher
|
||||
uses: Joshua-Ashton/gcc-problem-matcher@v1
|
||||
uses: Joshua-Ashton/gcc-problem-matcher@v2
|
||||
|
||||
- name: Build release
|
||||
id: build-release
|
||||
@ -28,7 +28,7 @@ jobs:
|
||||
|
||||
- name: Upload artifacts
|
||||
id: upload-artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: dxvk-${{ env.VERSION_NAME }}
|
||||
path: build/dxvk-${{ env.VERSION_NAME }}
|
||||
|
2
.github/workflows/test-build-windows.yml
vendored
2
.github/workflows/test-build-windows.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout code
|
||||
id: checkout-code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user