File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed
Expand file tree Collapse file tree 8 files changed +11
-11
lines changed 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@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
8+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
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@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
22+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
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-scaleway
9- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
9+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
1010 with :
1111 pattern : pulumi-resource-scaleway-*-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@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
13+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
1414 with :
1515 name : ${{ inputs.language }}-sdk.tar.gz
1616 path : ${{ github.workspace}}/sdk/
Original file line number Diff line number Diff line change 7272
7373 - name : Setup Python
7474 if : inputs.tools == 'all' || contains(inputs.tools, 'python')
75- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
75+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
7676 with :
7777 python-version : 3.11.8
7878
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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
12+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
19+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
2020 with :
2121 name : schema-embed.json
2222 path : provider/cmd/pulumi-resource-scaleway/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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
16+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
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 9090 run : make provider_dist-${{ matrix.platform.os }}-${{ matrix.platform.arch }}
9191
9292 - name : Upload artifacts
93- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
93+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
9494 with :
9595 name : pulumi-resource-scaleway-v${{ inputs.version }}-${{ matrix.platform.os }}-${{ matrix.platform.arch }}.tar.gz
9696 path : bin/pulumi-resource-scaleway-v${{ inputs.version }}-${{ matrix.platform.os }}-${{ matrix.platform.arch }}.tar.gz
Original file line number Diff line number Diff line change @@ -61,14 +61,14 @@ jobs:
6161 - name : Create dist directory
6262 run : mkdir -p dist
6363 - name : Download provider assets
64- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
64+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
6565 with :
6666 pattern : pulumi-resource-scaleway-v${{ inputs.version }}-*
6767 path : dist
6868 # Don't create a directory for each artifact
6969 merge-multiple : true
7070 - name : Download schema
71- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
71+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
7272 with :
7373 # Use a pattern to avoid failing if the artifact doesn't exist
7474 pattern : schema-embed.*
You can’t perform that action at this time.
0 commit comments