Skip to content

Commit

Permalink
build(deps): bump scality/action-artifacts from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [scality/action-artifacts](https://github.com/scality/action-artifacts) from 3 to 4.
- [Release notes](https://github.com/scality/action-artifacts/releases)
- [Commits](scality/action-artifacts@v3...v4)

---
updated-dependencies:
- dependency-name: scality/action-artifacts
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 15, 2023
1 parent 2ccca14 commit 7ace103
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/downgrade-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lifecycle-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lifecycle-promoted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/multi-node-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pre-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/promote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/single-node-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ace103

Please sign in to comment.