Skip to content

Commit d752d09

Browse files
author
Marko Vejnovic
committed
build(ci): bump artifact actions to clear Node 20 warning
upload-artifact v4.6.2 -> v7.0.1 (clears Node 20 deprecation warning), download-artifact v4.3.0 -> v8.0.1 (pairs with upload v7). clojure-lint-action left on its working master-pinned SHA; the v1 tag's Dockerfile (node:10-slim) no longer builds. The SHA is the real pin.
1 parent b19716e commit d752d09

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-vmlinux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: bb build "$NAME"
5454

5555
- name: Upload build outputs
56-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
56+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5757
with:
5858
name: out-${{ matrix.name }}
5959
path: out/
@@ -70,7 +70,7 @@ jobs:
7070
babashka-version: 1.12.218
7171

7272
- name: Download all build outputs
73-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
73+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
7474
with:
7575
pattern: out-*
7676
path: dist

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-24.04
1515
steps:
1616
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
17-
- uses: DeLaGuardo/clojure-lint-action@2d6013175031096ae07bc9b90a07173029ad7dc9 # master
17+
- uses: DeLaGuardo/clojure-lint-action@2d6013175031096ae07bc9b90a07173029ad7dc9 # master (no usable release tag; v1 Dockerfile broken)
1818
with:
1919
clj-kondo-args: --lint src
2020
check-name: clj-kondo

0 commit comments

Comments
 (0)