Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
seiya-git committed May 1, 2024
1 parent 7c195eb commit d92a1f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-smp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- zlib
steps:
- name: Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: master
- name: Set submodule current
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt-get update
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Copy binary
run: cmake -E copy "build/src/libassrender.so" "dist/libassrender.so"
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: assrender_bin_linux
path: dist
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
# - name: Copy MINGW64 binary
# run: cmake -E copy "build\src\assrender.dll" "dist\Release_MINGW64\assrender.dll"
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: assrender_bin_win
path: dist

0 comments on commit d92a1f6

Please sign in to comment.