Skip to content

Commit 11b0ca5

Browse files
authored
Merge branch 'main' into dependabot/pip/packages/jsii-pacmak/test/generated-code/pip-25.3
2 parents ae9895c + fc49f78 commit 11b0ca5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
--site-dir ${{ runner.temp }}/site
4141
working-directory: gh-pages
4242
- name: Upload Artifact
43-
uses: actions/upload-artifact@v4
43+
uses: actions/upload-artifact@v5
4444
with:
4545
name: doc-site
4646
path: ${{ runner.temp }}/site/

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
.
8181
# Upload artifact (we'll tar it up to save time)
8282
- name: 'Upload Artifact: built-tree'
83-
uses: actions/upload-artifact@v4
83+
uses: actions/upload-artifact@v5
8484
with:
8585
name: built-tree
8686
path: ${{ runner.temp }}/built-tree.tgz
@@ -173,7 +173,7 @@ jobs:
173173
yarn package
174174
# Upload artifacts
175175
- name: 'Upload Artifact: release-package'
176-
uses: actions/upload-artifact@v4
176+
uses: actions/upload-artifact@v5
177177
with:
178178
name: release-package
179179
path: ${{ github.workspace }}/dist/
@@ -483,7 +483,7 @@ jobs:
483483
# Upload artifact only on main and for latest rosetta
484484
- name: 'Upload Artifact: integtest_aws-cdk-lib'
485485
if: github.ref == 'ref/head/main' && matrix.rosetta == 'latest'
486-
uses: actions/upload-artifact@v4
486+
uses: actions/upload-artifact@v5
487487
with:
488488
name: integtest_aws-cdk-lib
489489
path: ./node_modules/aws-cdk-lib/dist/

.github/workflows/yarn-upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
git add .
106106
git diff --patch --staged > ${{ runner.temp }}/upgrade.patch
107107
- name: Upload Patch
108-
uses: actions/upload-artifact@v4
108+
uses: actions/upload-artifact@v5
109109
with:
110110
name: upgrade.patch
111111
path: ${{ runner.temp }}/upgrade.patch

0 commit comments

Comments
 (0)