Skip to content

Commit

Permalink
fix github workflow deprecation warnings
Browse files Browse the repository at this point in the history
these push the download links down and confuse ppl
  • Loading branch information
wootguy committed Sep 7, 2024
1 parent 46fb42e commit e8b9b3c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: 'false'

Expand All @@ -19,7 +19,7 @@ jobs:
cmake --build . --config Release
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: sevenkewp-windows
path: build/dlls/Release/sevenkewp.dll
Expand All @@ -29,7 +29,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: 'false'

Expand All @@ -44,7 +44,7 @@ jobs:
make
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: sevenkewp-linux
path: build/dlls/sevenkewp.so

0 comments on commit e8b9b3c

Please sign in to comment.