@@ -41,17 +41,17 @@ jobs:
4141 ref : ' 6.8'
4242
4343 - name : Install Node and dependencies
44- uses : mongodb-labs/drivers-github-tools/node/setup@v2
44+ uses : mongodb-labs/drivers-github-tools/node/setup@v3
4545 with :
4646 ignore_install_scripts : false
4747
4848 - name : Load version and package info
49- uses : mongodb-labs/drivers-github-tools/node/get_version_info@v2
49+ uses : mongodb-labs/drivers-github-tools/node/get_version_info@v3
5050 with :
5151 npm_package_name : mongodb
5252
5353 - name : actions/compress_sign_and_upload
54- uses : mongodb-labs/drivers-github-tools/node/sign_node_package@v2
54+ uses : mongodb-labs/drivers-github-tools/node/sign_node_package@v3
5555 with :
5656 aws_role_arn : ${{ secrets.AWS_ROLE_ARN }}
5757 aws_region_name : us-east-1
@@ -67,13 +67,13 @@ jobs:
6767 # only used for mongodb-client-encryption
6868 - name : Augment SBOM and copy to release assets
6969 if : ${{ '' != '' }}
70- uses : mongodb-labs/drivers-github-tools/sbom@v2
70+ uses : mongodb-labs/drivers-github-tools/sbom@v3
7171 with :
7272 silk_asset_group : ' '
7373 sbom_file_name : sbom.json
7474
7575 - name : Generate authorized pub report
76- uses : mongodb-labs/drivers-github-tools/full-report@v2
76+ uses : mongodb-labs/drivers-github-tools/full-report@v3
7777 with :
7878 release_version : ${{ env.package_version }}
7979 product_name : mongodb
8585 evergreen_project : mongo-node-driver-next
8686 evergreen_commit : ${{ env.commit }}
8787
88- - uses : mongodb-labs/drivers-github-tools/upload-s3-assets@v2
88+ - uses : mongodb-labs/drivers-github-tools/upload-s3-assets@v3
8989 with :
9090 version : ${{ env.package_version }}
9191 product_name : mongodb
@@ -101,7 +101,7 @@ jobs:
101101 ref : ' 6.8'
102102
103103 - name : Install Node and dependencies
104- uses : mongodb-labs/drivers-github-tools/node/setup@v2
104+ uses : mongodb-labs/drivers-github-tools/node/setup@v3
105105
106106 # Just picking a string to put here so that releases from this branch are not marked "latest",
107107 # we should go and rm-dist-tag after this is published, no reason to keep it tagged.
0 commit comments