Skip to content

Commit 45673b3

Browse files
dependabot[bot]kstich
authored andcommitted
Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2eab7f2 commit 45673b3

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@v4
43+
- uses: actions/upload-artifact@v5
4444
if: failure()
4545
with:
4646
name: java-${{ matrix.java }}-${{ matrix.os }}-test-report
@@ -63,7 +63,7 @@ jobs:
6363
- name: Build docs
6464
run: cd docs && make html
6565

66-
- uses: actions/upload-artifact@v4
66+
- uses: actions/upload-artifact@v5
6767
with:
6868
name: built-docs
6969
path: docs/build/html

.github/workflows/make-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
rm $ARTIFACTS_DIR/objects.inv || true
6969
7070
- name: Upload artifacts
71-
uses: actions/upload-artifact@v4
71+
uses: actions/upload-artifact@v5
7272
with:
7373
name: smithy-docs
7474
path: ${{ env.ARTIFACTS_DIR }}

0 commit comments

Comments
 (0)