Merge pull request #6138 from consuldemocracy/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -79,7 +79,7 @@ jobs:
|
|||||||
parallel: true
|
parallel: true
|
||||||
- name: Upload screenshots
|
- name: Upload screenshots
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: screenshots-${{ matrix.ci_node_index }}
|
name: screenshots-${{ matrix.ci_node_index }}
|
||||||
path: tmp/capybara/
|
path: tmp/capybara/
|
||||||
|
|||||||
Reference in New Issue
Block a user