File tree 5 files changed +6
-7
lines changed
5 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 5
5
using : " composite"
6
6
steps :
7
7
- name : Download the prerequisites bin
8
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
8
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
9
9
with :
10
10
name : prerequisites-bin
11
11
path : bin
19
19
run : rm bin/executables.txt
20
20
21
21
- name : Download schema-embed.json
22
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
22
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
23
23
with :
24
24
# Use a pattern to avoid failing if the artifact doesn't exist
25
25
pattern : schema-embed.*
Original file line number Diff line number Diff line change 6
6
steps :
7
7
8
8
- name : Download pulumi-resource-aws
9
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
9
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
10
10
with :
11
11
pattern : pulumi-resource-aws-*-linux-amd64.tar.gz
12
12
path : ${{ github.workspace }}/bin
Original file line number Diff line number Diff line change 10
10
using : " composite"
11
11
steps :
12
12
- name : Download ${{ inputs.language }} SDK
13
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
13
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
14
14
with :
15
15
name : ${{ inputs.language }}-sdk.tar.gz
16
16
path : ${{ github.workspace}}/sdk/
Original file line number Diff line number Diff line change @@ -75,14 +75,14 @@ jobs:
75
75
- name : Create dist directory
76
76
run : mkdir -p dist
77
77
- name : Download provider assets
78
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
78
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
79
79
with :
80
80
pattern : pulumi-resource-aws-v${{ inputs.version }}-*
81
81
path : dist
82
82
# Don't create a directory for each artifact
83
83
merge-multiple : true
84
84
- name : Download schema
85
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
85
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
86
86
with :
87
87
# Use a pattern to avoid failing if the artifact doesn't exist
88
88
pattern : schema-embed.*
Original file line number Diff line number Diff line change @@ -4468,7 +4468,6 @@ compatibility shim in favor of the new "name" field.`)
4468
4468
ExtraResources : resourceOverlays ,
4469
4469
ExtraTypes : extraTypes ,
4470
4470
DataSources : map [string ]* tfbridge.DataSourceInfo {
4471
-
4472
4471
// Vpc
4473
4472
"aws_auditmanager_control" : {
4474
4473
Tok : awsDataSource (auditmanagerMod , "getControl" ),
You can’t perform that action at this time.
0 commit comments