Skip to content

Commit 899e499

Browse files
committed
artifact
1 parent 3e0692e commit 899e499

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: |
5454
tar -cvf build.tar build
5555
- name: Upload Github Plugin Artifact
56-
uses: actions/upload-artifact@v4
56+
uses: actions/upload-artifact@v4.6.0
5757
with:
5858
name: steampipe-plugin-github
5959
path: ./cloudql/build.tar
@@ -66,7 +66,7 @@ jobs:
6666
run: |
6767
tar -cvf local.tar local
6868
- name: Upload Local Artifact
69-
uses: actions/upload-artifact@v4
69+
uses: actions/upload-artifact@v4.6.0
7070
with:
7171
name: local-og-describer-github
7272
path: ./discovery/local.tar
@@ -91,7 +91,7 @@ jobs:
9191
run: |
9292
tar -czf github-plugin.tar github-plugin
9393
- name: Upload github outputs artifact
94-
uses: actions/upload-artifact@v4
94+
uses: actions/upload-artifact@v4.6.0
9595
with:
9696
name: github-plugins
9797
path: ./github-plugin.tar
@@ -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
119+
uses: actions/download-artifact@v4.6.0
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
153+
uses: actions/download-artifact@v4.6.0
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
187+
uses: actions/download-artifact@v4.6.0
188188
with:
189189
name: github-plugins
190190
- name: Unpack Integration Plugin Artifact

0 commit comments

Comments
 (0)