mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-03-24 08:33:41 +01:00
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:
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user