Skip to content

Commit

Permalink
.github/workflows: Appease the github gods and use "v4"
Browse files Browse the repository at this point in the history
Apparently, some numbnut at github decided to make the actions
versioned. So although we have a perfectly working github pipeline, we
need to keep updating it whenever the github powers decide to
deprecate a number.

So update the "checkout" action from v2, to the diety-approved v4.

Signed-off-by: Alexandru Gagniuc <[email protected]>
  • Loading branch information
mrnuke authored and Hurricos committed Dec 13, 2024
1 parent 89686c9 commit 527f1e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ipk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -46,7 +46,7 @@ jobs:
"
- name: Store packages
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: mips_4kec-packages
path: bin/packages/mips_4kec/base/realtek-poe_*.ipk

0 comments on commit 527f1e6

Please sign in to comment.