chore(deps): update github artifact actions

This commit is contained in:
renovate[bot] 2025-11-10 19:47:44 +00:00 committed by GitHub
parent 8bb50ee019
commit 64401b7f5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -81,7 +81,7 @@ jobs:
- name: Upload digest - name: Upload digest
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v5
with: with:
name: digests-${{ matrix.platform == 'linux/amd64' && 'amd64' || 'arm64' }} name: digests-${{ matrix.platform == 'linux/amd64' && 'amd64' || 'arm64' }}
path: /tmp/digests/* path: /tmp/digests/*
@ -98,7 +98,7 @@ jobs:
steps: steps:
- name: Download digests - name: Download digests
uses: actions/download-artifact@v5 uses: actions/download-artifact@v6
with: with:
pattern: digests-* pattern: digests-*
merge-multiple: true merge-multiple: true

View File

@ -124,7 +124,7 @@ jobs:
PLAYWRIGHT_BASE_URL: http://localhost:8000 PLAYWRIGHT_BASE_URL: http://localhost:8000
- name: Upload Playwright Test Results - name: Upload Playwright Test Results
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v5
if: always() if: always()
with: with:
name: playwright-results name: playwright-results

View File

@ -365,7 +365,7 @@ jobs:
- name: Upload stress test artifacts - name: Upload stress test artifacts
if: always() if: always()
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v5
with: with:
name: webdav-stress-test-artifacts-${{ github.run_id }} name: webdav-stress-test-artifacts-${{ github.run_id }}
path: | path: |