Skip to content

Commit

Permalink
CI: Update upload-artifact and checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
F0bes committed Sep 26, 2024
1 parent 8847717 commit 62e5be5
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 62e5be5

Please sign in to comment.