Skip to content

Commit e110412

Browse files
Merge pull request #50 from BTreeMap/renovate/major-github-actions
⬆️ Update GitHub Actions (major)
2 parents ffff40d + f51be20 commit e110412

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pr-quality-gate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
run: docker save lynx-pr:${{ github.sha }} -o /tmp/lynx-pr-image.tar
208208

209209
- name: Upload Docker image artifact
210-
uses: actions/upload-artifact@v4
210+
uses: actions/upload-artifact@v6
211211
with:
212212
name: lynx-pr-image
213213
path: /tmp/lynx-pr-image.tar
@@ -222,7 +222,7 @@ jobs:
222222
uses: actions/checkout@v6
223223

224224
- name: Download Docker image
225-
uses: actions/download-artifact@v4
225+
uses: actions/download-artifact@v7
226226
with:
227227
name: lynx-pr-image
228228
path: /tmp
@@ -374,7 +374,7 @@ jobs:
374374
uses: actions/checkout@v6
375375

376376
- name: Download Docker image
377-
uses: actions/download-artifact@v4
377+
uses: actions/download-artifact@v7
378378
with:
379379
name: lynx-pr-image
380380
path: /tmp

0 commit comments

Comments
 (0)