Skip to content

Commit 70ff167

Browse files
Bump actions/upload-artifact from 5 to 6 (#2891)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8b06119 commit 70ff167

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
if: matrix.java == 17
4141
run: ./gradlew integ -Plog-tests --stacktrace
4242

43-
- uses: actions/upload-artifact@v5
43+
- uses: actions/upload-artifact@v6
4444
if: failure()
4545
with:
4646
name: java-${{ matrix.java }}-${{ matrix.os }}-test-report
@@ -86,7 +86,7 @@ jobs:
8686
- name: Build docs
8787
run: cd docs && make html
8888

89-
- uses: actions/upload-artifact@v5
89+
- uses: actions/upload-artifact@v6
9090
with:
9191
name: built-docs
9292
path: docs/build/html

.github/workflows/make-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
rm $ARTIFACTS_DIR/objects.inv || true
7171
7272
- name: Upload artifacts
73-
uses: actions/upload-artifact@v5
73+
uses: actions/upload-artifact@v6
7474
with:
7575
name: smithy-docs
7676
path: ${{ env.ARTIFACTS_DIR }}

0 commit comments

Comments
 (0)