From 7ace10330830c46ced15196b019b7a5816b38a1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 22:12:01 +0000 Subject: [PATCH] build(deps): bump scality/action-artifacts from 3 to 4 Bumps [scality/action-artifacts](https://github.com/scality/action-artifacts) from 3 to 4. - [Release notes](https://github.com/scality/action-artifacts/releases) - [Commits](https://github.com/scality/action-artifacts/compare/v3...v4) --- updated-dependencies: - dependency-name: scality/action-artifacts dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 14 +++++++------- .github/workflows/downgrade-test.yaml | 2 +- .github/workflows/lifecycle-dev.yaml | 2 +- .github/workflows/lifecycle-promoted.yaml | 2 +- .github/workflows/multi-node-test.yaml | 4 ++-- .github/workflows/nightly.yaml | 6 +++--- .github/workflows/pre-merge.yaml | 4 ++-- .github/workflows/promote.yaml | 2 +- .github/workflows/publish.yaml | 2 +- .github/workflows/single-node-test.yaml | 4 ++-- .github/workflows/upgrade-test.yaml | 2 +- 11 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5101292bbb..e4712fa9ce 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -86,7 +86,7 @@ jobs: done - name: Upload artifacts id: upload - uses: scality/action-artifacts@v3 + uses: scality/action-artifacts@v4 with: method: upload url: https://artifacts.scality.net @@ -119,7 +119,7 @@ jobs: - name: Prepare artifacts run: mkdir -p "artifacts/images" && mv shell-ui.tar.gz artifacts/images/ - name: Upload artifacts - uses: scality/action-artifacts@v3 + uses: scality/action-artifacts@v4 with: method: upload url: https://artifacts.scality.net @@ -156,7 +156,7 @@ jobs: - name: Copy generated docs with Scality theme run: cp -r docs/_build/* artifacts/docs/ && cp CHANGELOG.md artifacts/docs/ - name: Upload artifacts - uses: scality/action-artifacts@v3 + uses: scality/action-artifacts@v4 with: method: upload url: https://artifacts.scality.net @@ -235,7 +235,7 @@ jobs: - name: Prepare artifacts run: mkdir -p "artifacts/ui" && mv ui/junit artifacts/ui/ - name: Upload artifacts - uses: scality/action-artifacts@v3 + uses: scality/action-artifacts@v4 with: method: upload url: https://artifacts.scality.net @@ -548,7 +548,7 @@ jobs: mv junit upload/ui || true - name: Upload artifacts if: always() - uses: scality/action-artifacts@v3 + uses: scality/action-artifacts@v4 with: method: upload url: https://artifacts.scality.net @@ -582,7 +582,7 @@ jobs: mkdir -p artifacts echo -n "FAILED" > artifacts/.final_status - name: Upload artifacts - uses: scality/action-artifacts@v3 + uses: scality/action-artifacts@v4 with: method: upload url: https://artifacts.scality.net @@ -616,7 +616,7 @@ jobs: mkdir -p artifacts echo -n "SUCCESSFUL" > artifacts/.final_status - name: Upload artifacts - uses: scality/action-artifacts@v3 + uses: scality/action-artifacts@v4 with: method: upload url: https://artifacts.scality.net diff --git a/.github/workflows/downgrade-test.yaml b/.github/workflows/downgrade-test.yaml index f8dd84df97..31ca083aba 100644 --- a/.github/workflows/downgrade-test.yaml +++ b/.github/workflows/downgrade-test.yaml @@ -159,7 +159,7 @@ jobs: ## Upload artifacts {{ - name: Upload artifacts if: always() - uses: scality/action-artifacts@v3 + uses: scality/action-artifacts@v4 with: method: upload url: https://artifacts.scality.net diff --git a/.github/workflows/lifecycle-dev.yaml b/.github/workflows/lifecycle-dev.yaml index 68dfec38fb..81e7c0876e 100644 --- a/.github/workflows/lifecycle-dev.yaml +++ b/.github/workflows/lifecycle-dev.yaml @@ -28,7 +28,7 @@ jobs: with: ref: ${{ inputs.dev-branch }} - name: Retrieve artifacts url - uses: scality/action-artifacts@v3 + uses: scality/action-artifacts@v4 id: artifacts with: method: get diff --git a/.github/workflows/lifecycle-promoted.yaml b/.github/workflows/lifecycle-promoted.yaml index 0f2a6e49aa..73a8b67306 100644 --- a/.github/workflows/lifecycle-promoted.yaml +++ b/.github/workflows/lifecycle-promoted.yaml @@ -183,7 +183,7 @@ jobs: ## Upload artifacts {{ - name: Upload artifacts if: always() - uses: scality/action-artifacts@v3 + uses: scality/action-artifacts@v4 with: method: upload url: https://artifacts.scality.net diff --git a/.github/workflows/multi-node-test.yaml b/.github/workflows/multi-node-test.yaml index 790dbbdb23..ff1cd00d96 100644 --- a/.github/workflows/multi-node-test.yaml +++ b/.github/workflows/multi-node-test.yaml @@ -357,7 +357,7 @@ jobs: - name: Upload artifacts if: always() - uses: scality/action-artifacts@v3 + uses: scality/action-artifacts@v4 with: method: upload url: https://artifacts.scality.net @@ -377,7 +377,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Get artifacts URL - uses: scality/action-artifacts@v3 + uses: scality/action-artifacts@v4 id: artifacts with: method: setup diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index 2063a712ac..b7033b0cf8 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -18,7 +18,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Retrieve artifacts url - uses: scality/action-artifacts@v3 + uses: scality/action-artifacts@v4 id: artifacts with: method: get @@ -221,7 +221,7 @@ jobs: mkdir -p artifacts echo -n "FAILED" > artifacts/.final_status - name: Upload artifacts - uses: scality/action-artifacts@v3 + uses: scality/action-artifacts@v4 with: method: upload url: https://artifacts.scality.net @@ -248,7 +248,7 @@ jobs: mkdir -p artifacts echo -n "SUCCESSFUL" > artifacts/.final_status - name: Upload artifacts - uses: scality/action-artifacts@v3 + uses: scality/action-artifacts@v4 with: method: upload url: https://artifacts.scality.net diff --git a/.github/workflows/pre-merge.yaml b/.github/workflows/pre-merge.yaml index d3e5d33567..94a15ca60d 100644 --- a/.github/workflows/pre-merge.yaml +++ b/.github/workflows/pre-merge.yaml @@ -49,7 +49,7 @@ jobs: mkdir -p artifacts echo -n "FAILED" > artifacts/.final_status - name: Upload artifacts - uses: scality/action-artifacts@v3 + uses: scality/action-artifacts@v4 with: method: upload url: https://artifacts.scality.net @@ -68,7 +68,7 @@ jobs: mkdir -p artifacts echo -n "SUCCESSFUL" > artifacts/.final_status - name: Upload artifacts - uses: scality/action-artifacts@v3 + uses: scality/action-artifacts@v4 with: method: upload url: https://artifacts.scality.net diff --git a/.github/workflows/promote.yaml b/.github/workflows/promote.yaml index f8e2b809e5..4f2873af42 100644 --- a/.github/workflows/promote.yaml +++ b/.github/workflows/promote.yaml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v3 - name: Promote artifacts id: promote - uses: scality/action-artifacts@v3 + uses: scality/action-artifacts@v4 with: method: promote url: https://artifacts.scality.net diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index e1614a5a78..1c5d72e269 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -53,7 +53,7 @@ jobs: # Retrieve Shell UI image from the build, load it and compute version - name: Retrieve artifacts url if: inputs.artifacts-url == '' - uses: scality/action-artifacts@v3 + uses: scality/action-artifacts@v4 id: artifacts with: method: get diff --git a/.github/workflows/single-node-test.yaml b/.github/workflows/single-node-test.yaml index 9e3d22140e..39f7d7bc87 100644 --- a/.github/workflows/single-node-test.yaml +++ b/.github/workflows/single-node-test.yaml @@ -253,7 +253,7 @@ jobs: - name: Upload artifacts if: always() - uses: scality/action-artifacts@v3 + uses: scality/action-artifacts@v4 with: method: upload url: https://artifacts.scality.net @@ -273,7 +273,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Get artifacts URL - uses: scality/action-artifacts@v3 + uses: scality/action-artifacts@v4 id: artifacts with: method: setup diff --git a/.github/workflows/upgrade-test.yaml b/.github/workflows/upgrade-test.yaml index ef47c1bc5d..8800433142 100644 --- a/.github/workflows/upgrade-test.yaml +++ b/.github/workflows/upgrade-test.yaml @@ -167,7 +167,7 @@ jobs: ## Upload artifacts {{ - name: Upload artifacts if: always() - uses: scality/action-artifacts@v3 + uses: scality/action-artifacts@v4 with: method: upload url: https://artifacts.scality.net