Skip to content

Commit

Permalink
Modernize CI workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jupeyy committed Jan 21, 2025
1 parent 793d30e commit 12c746f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
package-file: fng-*-win64.zip

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: true

Expand All @@ -50,7 +50,7 @@ jobs:
mv ${{ matrix.package-file }} artifacts
- name: Upload Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: fng-${{ matrix.os }}
path: release/artifacts

0 comments on commit 12c746f

Please sign in to comment.