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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and TeddyAndrieux committed Jan 11, 2024
1 parent efd21a5 commit d59ffbb
Show file tree
Hide file tree
Showing 14 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/actions/generate-job-result/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
using: "composite"
steps:
- 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/actions/save-terraform-context/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ runs:
- name: Upload Terraform context
id: upload-context
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/actions/spawn-cluster/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ runs:
cp ~/.ssh/terraform* "artifacts/terraform-context/${{ inputs.NAME }}/"
- name: Upload SSH keypair
if: inputs.skip-prepare == 'false'
uses: scality/action-artifacts@v3
uses: scality/action-artifacts@v4
with:
method: upload
url: https://artifacts.scality.net
Expand Down
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 @@ -162,7 +162,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 @@ -186,7 +186,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 @@ -360,7 +360,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 @@ -382,7 +382,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 @@ -17,7 +17,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 @@ -220,7 +220,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 @@ -247,7 +247,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 @@ -256,7 +256,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 @@ -276,7 +276,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 @@ -170,7 +170,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 d59ffbb

Please sign in to comment.