File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5353 run : |
5454 tar -cvf build.tar build
5555 - name : Upload Github Plugin Artifact
56- uses : actions/upload-artifact@latest
56+ uses : actions/upload-artifact@v4.6.0
5757 with :
5858 name : steampipe-plugin-github
5959 path : ./cloudql/build.tar
6666 run : |
6767 tar -cvf local.tar local
6868 - name : Upload Local Artifact
69- uses : actions/upload-artifact@latest
69+ uses : actions/upload-artifact@v4.6.0
7070 with :
7171 name : local-og-describer-github
7272 path : ./discovery/local.tar
9191 run : |
9292 tar -czf github-plugin.tar github-plugin
9393 - name : Upload github outputs artifact
94- uses : actions/upload-artifact@latest
94+ uses : actions/upload-artifact@v4.6.0
9595 with :
9696 name : github-plugins
9797 path : ./github-plugin.tar
You can’t perform that action at this time.
0 commit comments