We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b1335b commit 258f7adCopy full SHA for 258f7ad
.github/workflows/build.yaml
@@ -53,7 +53,7 @@ jobs:
53
run: |
54
tar -cvf build.tar build
55
- name: Upload Github Plugin Artifact
56
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
57
with:
58
name: steampipe-plugin-github
59
path: ./cloudql/build.tar
@@ -66,7 +66,7 @@ jobs:
66
67
tar -cvf local.tar local
68
- name: Upload Local Artifact
69
70
71
name: local-og-describer-github
72
path: ./discovery/local.tar
@@ -91,7 +91,7 @@ jobs:
91
92
tar -czf github-plugin.tar github-plugin
93
- name: Upload github outputs artifact
94
95
96
name: github-plugins
97
path: ./github-plugin.tar
0 commit comments