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

build(deps): bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows #12327

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
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/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
needs: aka-validation
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
path: artifacts
- name: List akas
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
runs-on: ubuntu-latest
needs: aka-validation
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
path: artifacts

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ jobs:

- name: Download TestPlan
if: ${{ always() && github.event.inputs.target-testplan-name != '' }}
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: testplan
path: ./packages/tests
Expand Down Expand Up @@ -360,7 +360,7 @@ jobs:
run: |
sudo apt install dateutils

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
path: ~/artifacts

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ui-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ jobs:
npx playwright install

- name: Download TTK
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: ttk
path: ./packages/tests
Expand Down Expand Up @@ -554,7 +554,7 @@ jobs:
npx ts-node src/scripts/testPlan.ts archive $testplanid

- name: Download TestPlan
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
path: ./packages/tests/mocha-results

Expand Down
Loading