Skip to content

Commit

Permalink
ci: update checkout and upload-artifact actions
Browse files Browse the repository at this point in the history
  • Loading branch information
DerZade authored Oct 5, 2024
1 parent ad8c961 commit 0b2def7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
# Checkout
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
id: build

# Upload the mod
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
with:
name: ${{ steps.build.outputs.mod_name }}
path: ${{ steps.build.outputs.release_path }}
Expand Down

0 comments on commit 0b2def7

Please sign in to comment.