We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ffff40d + f51be20 commit e110412Copy full SHA for e110412
1 file changed
.github/workflows/pr-quality-gate.yml
@@ -207,7 +207,7 @@ jobs:
207
run: docker save lynx-pr:${{ github.sha }} -o /tmp/lynx-pr-image.tar
208
209
- name: Upload Docker image artifact
210
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
211
with:
212
name: lynx-pr-image
213
path: /tmp/lynx-pr-image.tar
@@ -222,7 +222,7 @@ jobs:
222
uses: actions/checkout@v6
223
224
- name: Download Docker image
225
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v7
226
227
228
path: /tmp
@@ -374,7 +374,7 @@ jobs:
374
375
376
377
378
379
380
0 commit comments