Skip to content

Commit af2b057

Browse files
chore(deps): update actions/download-artifact action to v7
1 parent 843eec8 commit af2b057

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
bun-version: latest
8585
- name: Download node_modules artifact
86-
uses: actions/download-artifact@v6
86+
uses: actions/download-artifact@v7
8787
with:
8888
name: node-modules-${{ runner.os }}-${{ hashFiles('bun.lock') }}
8989
path: node_modules
@@ -103,7 +103,7 @@ jobs:
103103
with:
104104
bun-version: latest
105105
- name: Download node_modules artifact
106-
uses: actions/download-artifact@v6
106+
uses: actions/download-artifact@v7
107107
with:
108108
name: node-modules-${{ runner.os }}-${{ hashFiles('bun.lock') }}
109109
path: node_modules
@@ -125,7 +125,7 @@ jobs:
125125
with:
126126
bun-version: latest
127127
- name: Download node_modules artifact
128-
uses: actions/download-artifact@v6
128+
uses: actions/download-artifact@v7
129129
with:
130130
name: node-modules-${{ runner.os }}-${{ hashFiles('bun.lock') }}
131131
path: node_modules

0 commit comments

Comments
 (0)