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

github.com/jp7677/dxvk-nvapi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Peters <jp7677@gmail.com>2022-10-14 10:43:57 +0300
committerJens Peters <jp7677@gmail.com>2022-10-14 10:43:57 +0300
commit6fc2b6832600423cab4b947cb697cba5631cc5ab (patch)
tree092afbedaa85c7d0c3d0840c19a4ac186dbfd40c
parent02bb85f8ee13585d2872d5fe0c2df96c85d77d08 (diff)
github: Update gcc-problem-matcher action
Fixes Node.js 12 deprecation warning.
-rw-r--r--.github/workflows/artifacts.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml
index ec735c6..ad7fd40 100644
--- a/.github/workflows/artifacts.yml
+++ b/.github/workflows/artifacts.yml
@@ -34,7 +34,7 @@ jobs:
echo "ARTIFACT=dxvk-nvapi-${VERSION}.tar.gz" >> $GITHUB_ENV
- name: Setup problem matcher
- uses: Joshua-Ashton/gcc-problem-matcher@v1
+ uses: Joshua-Ashton/gcc-problem-matcher@v2
- name: Lint source code
uses: Joshua-Ashton/arch-mingw-github-action@v8