fix(ci): update deprecated upload-artifact v3 SHA and missing docker/metadata-action SHA

- actions/upload-artifact: replace stale v3 SHA (pinned as v4.6.2) with @v4
- docker/metadata-action: replace non-existent SHA 902fa8ec7 with @v5

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
newblacc
2026-03-29 16:15:03 +02:00
co-authored by Claude Sonnet 4.6
parent 5539235004
commit 6c551f4cd0
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -64,7 +64,7 @@ jobs:
run: npm run build run: npm run build
- name: Upload build output - name: Upload build output
uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v4.6.2 uses: actions/upload-artifact@v4
with: with:
name: dist name: dist
path: dist/ path: dist/
@@ -168,7 +168,7 @@ jobs:
- name: Upload Playwright report - name: Upload Playwright report
if: failure() if: failure()
uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v4.6.2 uses: actions/upload-artifact@v4
with: with:
name: playwright-report name: playwright-report
path: playwright-report/ path: playwright-report/
+2 -2
View File
@@ -66,7 +66,7 @@ jobs:
- name: Extract metadata - name: Extract metadata
id: meta id: meta
uses: docker/metadata-action@902fa8ec7d6ecbea8d2b4be1c9f4f0fc4a38bf1a # v5.7.0 uses: docker/metadata-action@v5
with: with:
images: ${{ env.IMAGE_NAME_MCP }} images: ${{ env.IMAGE_NAME_MCP }}
tags: | tags: |
@@ -104,7 +104,7 @@ jobs:
- name: Extract metadata - name: Extract metadata
id: meta id: meta
uses: docker/metadata-action@902fa8ec7d6ecbea8d2b4be1c9f4f0fc4a38bf1a # v5.7.0 uses: docker/metadata-action@v5
with: with:
images: ${{ env.IMAGE_NAME_CANVAS }} images: ${{ env.IMAGE_NAME_CANVAS }}
tags: | tags: |