Skip to content

Commit 90a18f1

Browse files
committed
feat: cchange to latest
1 parent 2b86e98 commit 90a18f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/work.yaml

Lines changed: 3 additions & 3 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@latest
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@latest
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@latest
94+
uses: actions/upload-artifact@v4.6.0
9595
with:
9696
name: github-plugins
9797
path: ./github-plugin.tar

0 commit comments

Comments
 (0)