Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4 from David112x/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/upload-artifact-4

build(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
David112x committed Apr 25, 2024
1 parent a568927 commit 65dcd1d
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 @@ -29,7 +29,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 65dcd1d

Please sign in to comment.