Compare commits
1 Commits
main
...
renovate/m
| Author | SHA1 | Date |
|---|---|---|
|
|
64401b7f5e |
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue