@@ -149,7 +149,7 @@ jobs:
149
149
- name : zip output
150
150
run : zip -r cdk.py${{ matrix.python-version }}.out.zip cdk.out
151
151
- name : Archive CDK artifacts
152
- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
152
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
153
153
with :
154
154
name : cdk-layer-artifact-py${{ matrix.python-version }}
155
155
path : layer_v3/cdk.py${{ matrix.python-version }}.out.zip
@@ -268,16 +268,16 @@ jobs:
268
268
# ./layer_v3/scripts/update_layer_arn.sh cdk-layer-stack
269
269
# NOTE: It felt unnecessary creating yet another PR to update changelog w/ latest tag
270
270
# since this is the only step in the release where we update docs from a temp branch
271
- - name : Update changelog with latest tag
272
- run : make changelog
273
- - name : Create PR
274
- id : create-pr
275
- uses : ./.github/actions/create-pr
276
- with :
277
- files : " docs/index.md examples CHANGELOG.md"
278
- temp_branch_prefix : " ci-layer-docs"
279
- pull_request_title : " chore(ci): layer docs update"
280
- github_token : ${{ secrets.GITHUB_TOKEN }}
271
+ # - name: Update changelog with latest tag
272
+ # run: make changelog
273
+ # - name: Create PR
274
+ # id: create-pr
275
+ # uses: ./.github/actions/create-pr
276
+ # with:
277
+ # files: "docs/index.md examples CHANGELOG.md"
278
+ # temp_branch_prefix: "ci-layer-docs"
279
+ # pull_request_title: "chore(ci): layer docs update"
280
+ # github_token: ${{ secrets.GITHUB_TOKEN }}
281
281
282
282
prepare_docs_alias :
283
283
runs-on : ubuntu-latest
0 commit comments