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/build-extension-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
git config user.email 'github-actions[bot]@users.noreply.github.com'

- name: Download build artifact
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: charts

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-pr-build-extension-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
git config user.email 'github-actions[bot]@users.noreply.github.com'

- name: Download build artifact
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: charts-create-pr

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,12 @@ jobs:
# google-chrome --version

- name: Download e2e build
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: ${{ env.E2E_BUILD_DIST_NAME }}
path: ${{ env.E2E_BUILD_DIST_DIR }}
- name: Download e2e build ember
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: ${{ env.E2E_BUILD_DIST_EMBER_NAME }}
path: ${{ env.E2E_BUILD_DIST_EMBER_DIR }}
Expand Down Expand Up @@ -175,12 +175,12 @@ jobs:
uses: ./.github/actions/setup

- name: Download e2e build
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: ${{ env.E2E_BUILD_DIST_NAME }}
path: ${{ env.E2E_BUILD_DIST_DIR }}
- name: Download e2e build ember
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: ${{ env.E2E_BUILD_DIST_EMBER_NAME }}
path: ${{ env.E2E_BUILD_DIST_EMBER_DIR }}
Expand Down
Loading