Skip to content

Commit 5806fcd

Browse files
chore(deps): bump actions/upload-artifact from 5 to 6 (#220)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ff4cde0 commit 5806fcd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,22 +37,22 @@ jobs:
3737
- name: Generate documentation
3838
run: npm run docgen
3939

40-
- uses: actions/upload-artifact@v5
40+
- uses: actions/upload-artifact@v6
4141
with:
4242
name: docs
4343
path: docs
4444

45-
- uses: actions/upload-artifact@v5
45+
- uses: actions/upload-artifact@v6
4646
with:
4747
name: python
4848
path: dist/python/*
4949

50-
- uses: actions/upload-artifact@v5
50+
- uses: actions/upload-artifact@v6
5151
with:
5252
name: js
5353
path: dist/js/*
5454

55-
- uses: actions/upload-artifact@v5
55+
- uses: actions/upload-artifact@v6
5656
with:
5757
name: jsii
5858
path: .jsii

0 commit comments

Comments
 (0)