Skip to content

Commit e44367b

Browse files
Upgrade main.yml and tagged-release.yml checkout and upload artifact
With the deprecation of Node.js 20 in Github Actions this commit updates certain actions we use that relied on Node.js 20 to versions that use Node.js 24
1 parent b945c4b commit e44367b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
gcc -print-file-name=plugin
4545
4646
- name: Checkout the repo
47-
uses: actions/checkout@v4
47+
uses: actions/checkout@v7
4848

4949
- name: Download and extract v${{ matrix.kernel }} kernel
5050
run: |
@@ -97,7 +97,7 @@ jobs:
9797
9898
- name: Save build directory as artifact
9999
if: '!cancelled()'
100-
uses: actions/upload-artifact@v4
100+
uses: actions/upload-artifact@v7
101101
with:
102102
name: input-wacom-${{ matrix.kernel }}
103103
retention-days: 7

.github/workflows/tagged-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
# ...
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v7
2222
with:
2323
ref: ${{ github.ref }}
2424
fetch-tags: 'true'

0 commit comments

Comments
 (0)