Skip to content

Commit

Permalink
Merge pull request #59 from brendandburns/master
Browse files Browse the repository at this point in the history
Update upload-artifact action to v4
  • Loading branch information
razr authored Feb 10, 2025
2 parents 2ce7a11 + 446706f commit 6260e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rpi4-kernel-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- LOCALVERSION=-raspi -j `nproc` bindeb-pkg
sudo cp ../*.deb /work
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: 'RPI4 RT Kernel deb packages'
path: ${{ github.workspace }}/*.deb

0 comments on commit 6260e42

Please sign in to comment.