Skip to content

Commit 507c681

Browse files
Merge pull request #207 from TheDeveloperDen/renovate/actions-download-artifact-7.x
2 parents cf7f8ae + af2b057 commit 507c681

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.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)