Skip to content

Commit

Permalink
Fix mistakes on documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarmet committed Jun 7, 2022
1 parent 44bf8d6 commit 1304007
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- name: Retrieve my artifacts name
id: artifacts
uses: scality/action-artifacts@v1
uses: scality/action-artifacts@v3
with:
method: setup
url: my.artifacts.url
Expand All @@ -44,7 +44,7 @@ jobs:
steps:
- name: Upload files to artifacts
id: artifacts
uses: scality/action-artifacts@v1
uses: scality/action-artifacts@v3
with:
method: upload
url: my.artifacts.url
Expand All @@ -68,7 +68,7 @@ jobs:
steps:
- name: Promote artifacts by name
id: artifacts
uses: scality/action-artifacts@v1
uses: scality/action-artifacts@v3
with:
method: promote
url: my.artifacts.url
Expand All @@ -92,7 +92,7 @@ jobs:
steps:
- name: Artifacts Prolong
id: artifacts-prolong
uses: ./
uses: scality/action-artifacts@v3
with:
url: my.artifacts.url
user: ${{ secrets.ARTIFACTS_USER }}
Expand All @@ -109,7 +109,7 @@ jobs:
steps:
- name: Artifacts Upload
id: artifacts-get
uses: ./
uses: scality/action-artifacts@v3
with:
url: my.artifacts.url
user: ${{ secrets.ARTIFACTS_USER }}
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Artifacts Index
uses: ./
uses: scality/action-artifacts@v3
with:
url: my.artifacts.url
user: ${{ secrets.ARTIFACTS_USER }}
Expand Down

0 comments on commit 1304007

Please sign in to comment.