Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(*): bump actions artifacts #174

Merged
merged 1 commit into from
Jan 23, 2024
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
4 changes: 2 additions & 2 deletions .github/workflows/.reusable_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@ jobs:

- name: Upload assets
timeout-minutes: 5
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: assets
path: ./assets.tar.gz

- name: Upload bundle-analyzer
timeout-minutes: 5
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: bundle-analyzer
path: bundle-analyzer/
4 changes: 2 additions & 2 deletions .github/workflows/.reusable_e2e_tests_ee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Download assets
timeout-minutes: 5
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: assets

Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Upload results
if: ${{ !cancelled() }}
continue-on-error: true
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: results-${{ matrix.suite }}
path: tests/playwright/test-results/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/.reusable_e2e_tests_oss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Download assets
timeout-minutes: 5
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: assets

Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Upload results
if: ${{ !cancelled() }}
continue-on-error: true
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: results-${{ matrix.suite }}
path: tests/playwright/test-results/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/.reusable_test_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Download assets
timeout-minutes: 5
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: assets

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Download assets
timeout-minutes: 5
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: assets

Expand Down
Loading