Skip to content

Commit ae4be12

Browse files
Bump actions/upload-artifact in the actions-on-branch-master group (#304)
Bumps the actions-on-branch-master group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-on-branch-master ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fe5e360 commit ae4be12

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/release-snapshot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Upload JReleaser outputs
4848
if: always()
49-
uses: actions/upload-artifact@v4
49+
uses: actions/upload-artifact@v5
5050
with:
5151
name: jreleaser-release
5252
path: |

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Upload JReleaser outputs
4848
if: always()
49-
uses: actions/upload-artifact@v4
49+
uses: actions/upload-artifact@v5
5050
with:
5151
name: jreleaser-release
5252
path: |

.github/workflows/scalar.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
for x in ./*/build/reports/tests; do cp -a --parents $x ./artifacts/${x%%/*}; done
4646
zip -r artifacts.zip artifacts
4747
48-
- uses: actions/upload-artifact@v4
48+
- uses: actions/upload-artifact@v5
4949
if: always()
5050
with:
5151
name: artifacts
@@ -151,7 +151,7 @@ jobs:
151151

152152
- name: Upload Gradle test reports
153153
if: always()
154-
uses: actions/upload-artifact@v4
154+
uses: actions/upload-artifact@v5
155155
with:
156156
name: integration_test_reports_for_generic_contracts
157157
path: generic-contracts/build/reports/tests/integrationTest
@@ -185,7 +185,7 @@ jobs:
185185

186186
- name: Upload Gradle test reports
187187
if: always()
188-
uses: actions/upload-artifact@v4
188+
uses: actions/upload-artifact@v5
189189
with:
190190
name: integration_test_reports_for_hash_store
191191
path: hash-store/build/reports/tests/integrationTest
@@ -219,7 +219,7 @@ jobs:
219219

220220
- name: Upload Gradle test reports
221221
if: always()
222-
uses: actions/upload-artifact@v4
222+
uses: actions/upload-artifact@v5
223223
with:
224224
name: integration_test_reports_for_table_store
225225
path: table-store/build/reports/tests/integrationTest

0 commit comments

Comments
 (0)