From 1c3d7f599bce0f6f53f9b232e5d6a52e5212cfae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:55:13 +0000 Subject: [PATCH] Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/build-ui-and-server.yml | 2 +- .github/workflows/test_adapters.yaml | 2 +- .github/workflows/test_adaptersv2.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-ui-and-server.yml b/.github/workflows/build-ui-and-server.yml index 7fe737292d..e2e9ac8d60 100644 --- a/.github/workflows/build-ui-and-server.yml +++ b/.github/workflows/build-ui-and-server.yml @@ -173,7 +173,7 @@ jobs: go run main.go & sleep 60 - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: meshery - name: Setup node diff --git a/.github/workflows/test_adapters.yaml b/.github/workflows/test_adapters.yaml index 5ca71a3011..d2e03f461b 100644 --- a/.github/workflows/test_adapters.yaml +++ b/.github/workflows/test_adapters.yaml @@ -143,7 +143,7 @@ jobs: config='{"contexts":{"local":{"endpoint":'$svcip',"token":"default","platform":"kubernetes","adapters":[],"channel":"stable","version":"latest"}},"current-context":"local","tokens":[{"location":"auth.json","name":"default"}]}' echo $config > ~/.meshery/config.yaml - name: Download patternfile - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: patternfile - name: Wait for Meshery pods to come up diff --git a/.github/workflows/test_adaptersv2.yaml b/.github/workflows/test_adaptersv2.yaml index af8445a123..ad92653c92 100644 --- a/.github/workflows/test_adaptersv2.yaml +++ b/.github/workflows/test_adaptersv2.yaml @@ -164,7 +164,7 @@ jobs: config='{"contexts":{"local":{"endpoint":'$svcip',"token":"default","platform":"kubernetes","adapters":[],"channel":"stable","version":"latest"}},"current-context":"local","tokens":[{"location":"auth.json","name":"default"}]}' echo $config > ~/.meshery/config.yaml - name: Download patternfile - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: patternfile - name: Wait for Meshery pods to come up