File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
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@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
8+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.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@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
22+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.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-linode
9- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
9+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
1010 with :
1111 pattern : pulumi-resource-linode-*-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@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
13+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.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 @@ -72,14 +72,14 @@ jobs:
7272 - name : Create dist directory
7373 run : mkdir -p dist
7474 - name : Download provider assets
75- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
75+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
7676 with :
7777 pattern : pulumi-resource-linode-v${{ inputs.version }}-*
7878 path : dist
7979 # Don't create a directory for each artifact
8080 merge-multiple : true
8181 - name : Download schema
82- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
82+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
8383 with :
8484 # Use a pattern to avoid failing if the artifact doesn't exist
8585 pattern : schema-embed.*
You can’t perform that action at this time.
0 commit comments