File tree Expand file tree Collapse file tree 8 files changed +10
-11
lines changed
Expand file tree Collapse file tree 8 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ golangci-lint = "1.64.8" # See note about about overrides if you need to customi
2727[settings ]
2828experimental = true # Required for Go binaries (e.g. pulumictl).
2929lockfile = false
30- http_retries = 3
3130
3231[plugins ]
3332vfox-pulumi = " https://github.com/pulumi/vfox-pulumi"
Original file line number Diff line number Diff line change 55 using : " composite"
66 steps :
77 - name : Download the prerequisites bin
8- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
8+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
99 with :
1010 name : prerequisites-bin
1111 path : bin
1919 run : rm bin/executables.txt
2020
2121 - name : Download schema-embed.json
22- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
22+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
2323 with :
2424 # Use a pattern to avoid failing if the artifact doesn't exist
2525 pattern : schema-embed.*
Original file line number Diff line number Diff line change 66 steps :
77
88 - name : Download pulumi-resource-xyz
9- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
9+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
1010 with :
1111 pattern : pulumi-resource-xyz-*-linux-amd64.tar.gz
1212 path : ${{ github.workspace }}/bin
Original file line number Diff line number Diff line change 1010 using : " composite"
1111 steps :
1212 - name : Download ${{ inputs.language }} SDK
13- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
13+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
1414 with :
1515 name : ${{ inputs.language }}-sdk.tar.gz
1616 path : ${{ github.workspace}}/sdk/
Original file line number Diff line number Diff line change 99 run : find bin -type f -executable > bin/executables.txt
1010
1111 - name : Upload prerequisites bin
12- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
12+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
1313 with :
1414 name : prerequisites-bin
1515 path : bin/*
1616 retention-days : 30
1717
1818 - name : Upload schema-embed.json
19- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
19+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
2020 with :
2121 name : schema-embed.json
2222 path : provider/cmd/pulumi-resource-xyz/schema-embed.json
Original file line number Diff line number Diff line change 1313 shell : bash
1414 run : tar -zcf sdk/${{ inputs.language }}.tar.gz -C sdk/${{ inputs.language }} .
1515 - name : Upload artifacts
16- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
16+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
1717 with :
1818 name : ${{ inputs.language }}-sdk.tar.gz
1919 path : ${{ github.workspace}}/sdk/${{ inputs.language }}.tar.gz
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114 run : make provider_dist-${{ matrix.platform.os }}-${{ matrix.platform.arch }}
115115
116116 - name : Upload artifacts
117- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
117+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
118118 with :
119119 name : pulumi-resource-xyz-v${{ inputs.version }}-${{ matrix.platform.os }}-${{ matrix.platform.arch }}.tar.gz
120120 path : bin/pulumi-resource-xyz-v${{ inputs.version }}-${{ matrix.platform.os }}-${{ matrix.platform.arch }}.tar.gz
Original file line number Diff line number Diff line change @@ -82,14 +82,14 @@ jobs:
8282 - name : Create dist directory
8383 run : mkdir -p dist
8484 - name : Download provider assets
85- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
85+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
8686 with :
8787 pattern : pulumi-resource-xyz-v${{ inputs.version }}-*
8888 path : dist
8989 # Don't create a directory for each artifact
9090 merge-multiple : true
9191 - name : Download schema
92- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
92+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
9393 with :
9494 # Use a pattern to avoid failing if the artifact doesn't exist
9595 pattern : schema-embed.*
You can’t perform that action at this time.
0 commit comments