Skip to content

Commit

Permalink
Update Noelware/s3-action action to v2.2.0 (#716)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 22, 2023
1 parent 4c11cce commit a7cfa96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ReleaseNightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
files: ./cli/build/distributions/charted-server.${{matrix.tasks.ext}}

- name: Upload artifacts to Noelware's Artifact Registry (/charted/server/${{steps.tag.outputs.version}})
uses: Noelware/s3-action@2.1.0
uses: Noelware/s3-action@2.2.0
with:
enforce-path-access-style: true
files: ./cli/build/distributions/charted-server.${{matrix.tasks.ext}}
Expand All @@ -82,7 +82,7 @@ jobs:
bucket: august

- name: Upload artifacts to Noelware's Artifact Registry (/charted/server/latest)
uses: Noelware/s3-action@2.1.0
uses: Noelware/s3-action@2.2.0
with:
enforce-path-access-style: true
files: ./cli/build/distributions/charted-server.${{matrix.tasks.ext}}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ReleaseStable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
files: ./cli/build/distributions/charted-server.${{matrix.tasks.ext}}

- name: Upload artifacts to Noelware's Artifact Registry (/charted/server/${{steps.tag.outputs.version}})
uses: Noelware/s3-action@2.1.0
uses: Noelware/s3-action@2.2.0
with:
enforce-path-access-style: true
files: ./cli/build/distributions/charted-server.${{matrix.tasks.ext}}
Expand All @@ -82,7 +82,7 @@ jobs:
bucket: august

- name: Upload artifacts to Noelware's Artifact Registry (/charted/server/latest)
uses: Noelware/s3-action@2.1.0
uses: Noelware/s3-action@2.2.0
with:
enforce-path-access-style: true
files: ./cli/build/distributions/charted-server.${{matrix.tasks.ext}}
Expand Down

0 comments on commit a7cfa96

Please sign in to comment.