ci: upgrade actions to Node.js 24-compatible versions

Node.js 20 actions are deprecated and will be forced to Node.js 24
starting June 2, 2026. Bump to versions that ship Node.js 24 runtimes:

  actions/checkout        v4 → v6
  actions/setup-go        v5 → v6
  golangci-lint-action    v7 → v9
  actions/upload-artifact v4 → v6
  actions/download-artifact v4 → v8
This commit is contained in:
Houmgaor
2026-03-23 10:36:31 +01:00
parent 635b9890c8
commit 0c6dc39371
3 changed files with 16 additions and 16 deletions

View File

@@ -20,7 +20,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Log in to the Container registry
uses: docker/login-action@v3