Skip to content

Commit

Permalink
Merge pull request #127 from F0bes/upload-artifact-update
Browse files Browse the repository at this point in the history
CI: Update the upload-artifact and checkout action
  • Loading branch information
AKuHAK authored Sep 27, 2024
2 parents 8847717 + 62e5be5 commit f35d782
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: |
apk add build-base git zip
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
git fetch --prune --unshallow
Expand All @@ -31,7 +31,7 @@ jobs:

- name: Upload artifacts
if: ${{ success() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: wLaunchELF-${{ steps.slug.outputs.sha8 }}
path: BOOT.ELF
Expand Down

0 comments on commit f35d782

Please sign in to comment.