Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/reusable-e2e-tests-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
cache-to: type=gha,scope=api,mode=max
outputs: type=docker,dest=/tmp/ecamp3-dev-api.tar

- uses: actions/upload-artifact@v5
- uses: actions/upload-artifact@v6
with:
name: e2e-tests-images
path: /tmp/ecamp3-dev-*.tar
4 changes: 2 additions & 2 deletions .github/workflows/reusable-e2e-tests-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Restore tmp folder
uses: actions/download-artifact@v6
uses: actions/download-artifact@v7
with:
name: e2e-tests-images
path: /tmp
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
if: always()

# store screenshots and videos on GitHub as artifacts, for downloading and debugging in case of problems
- uses: actions/upload-artifact@v5
- uses: actions/upload-artifact@v6
if: always()
with:
name: cypress-output-${{ matrix.browser }}${{ inputs.run-identifier != null && format('-{0}', inputs.run-identifier) }}
Expand Down