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:
authorJens Peters <jp7677@gmail.com>2022-10-13 23:26:09 +0300
committerJoshie <joshua@froggi.es>2022-10-14 11:32:44 +0300
commitabc22a5f0bd2889b78c18467b160f3b6a427edc1 (patch)
tree9d001cbd9d3a40f4ece1c1aa27b8c238a1c945b7
parent80b2089a5750b63dbe4af4784c44a55fed5879c1 (diff)
ci: Update github actions
Use github-upload-artifact-action v3 and joshua-ashton-gcc-problem-matcher v2. Fixes Node.js 12 deprecation warning.
-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