Skip to content

Commit

Permalink
Merge pull request #2 from Stratosphere-Kernel/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/upload-artifact-4

build(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
taalojarvi authored Sep 19, 2024
2 parents 259523a + fce6bf2 commit 284e31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kernel_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
env:
token: ${{ secrets.TG_TOKEN }}
- name: Store Kernel Package as Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Flashable zip
path: AnyKernel3/package.zip

0 comments on commit 284e31d

Please sign in to comment.