Skip to content

Commit 23fcf11

Browse files
chore(deps): update github artifact actions
1 parent b2f1eb1 commit 23fcf11

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/reusable-e2e-tests-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
cache-to: type=gha,scope=api,mode=max
3131
outputs: type=docker,dest=/tmp/ecamp3-dev-api.tar
3232

33-
- uses: actions/upload-artifact@v4
33+
- uses: actions/upload-artifact@v5
3434
with:
3535
name: e2e-tests-images
3636
path: /tmp/ecamp3-dev-*.tar

.github/workflows/reusable-e2e-tests-run.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: docker/setup-buildx-action@v3
3232

3333
- name: Restore tmp folder
34-
uses: actions/download-artifact@v5
34+
uses: actions/download-artifact@v6
3535
with:
3636
name: e2e-tests-images
3737
path: /tmp
@@ -79,7 +79,7 @@ jobs:
7979
if: always()
8080

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

0 commit comments

Comments
 (0)