Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HansKristian-Work/vkd3d-proton.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/artifacts.yml2
-rw-r--r--.github/workflows/test-build-linux.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml
index 37e59175..6ef54dde 100644
--- a/.github/workflows/artifacts.yml
+++ b/.github/workflows/artifacts.yml
@@ -24,7 +24,7 @@ jobs:
- name: Upload artifacts
id: upload-artifacts
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
with:
name: vkd3d-proton-${{ env.VERSION_NAME }}
path: build/vkd3d-proton-${{ env.VERSION_NAME }}
diff --git a/.github/workflows/test-build-linux.yml b/.github/workflows/test-build-linux.yml
index dda43e87..0dffc88c 100644
--- a/.github/workflows/test-build-linux.yml
+++ b/.github/workflows/test-build-linux.yml
@@ -14,7 +14,7 @@ jobs:
submodules: recursive
- name: Setup problem matcher
- uses: Joshua-Ashton/gcc-problem-matcher@v1
+ uses: Joshua-Ashton/gcc-problem-matcher@v2
- name: Build MinGW x86
id: build-mingw-x86