File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116116 - name : Checkout Code
117117 uses : actions/checkout@v4
118118 - name : Download Github Plugin Artifact
119- uses : actions/download-artifact@v4.6.0
119+ uses : actions/download-artifact@v4
120120 with :
121121 name : steampipe-plugin-github
122122 path : .
@@ -150,7 +150,7 @@ jobs:
150150 - name : Checkout Code
151151 uses : actions/checkout@v4
152152 - name : Download Local Describer Artifact
153- uses : actions/download-artifact@v4.6.0
153+ uses : actions/download-artifact@v4
154154 with :
155155 name : local-og-describer-github
156156 path : .
@@ -184,7 +184,7 @@ jobs:
184184 - name : Checkout Code
185185 uses : actions/checkout@v4
186186 - name : Download Integration Plugin Artifact
187- uses : actions/download-artifact@v4.6.0
187+ uses : actions/download-artifact@v4
188188 with :
189189 name : github-plugins
190190 - name : Unpack Integration Plugin Artifact
@@ -198,4 +198,4 @@ jobs:
198198 uses : softprops/action-gh-release@v2
199199 with :
200200 files : ./github-plugin/github-plugin.zip
201- tag_name : ${{ needs.build.outputs.latest_tag }}
201+ tag_name : ${{ needs.build.outputs.latest_tag }}
You can’t perform that action at this time.
0 commit comments