Skip to content

Commit 86c0b40

Browse files
committed
Fix CodeQL issue
Signed-off-by: ZePan110 <ze.pan@intel.com>
1 parent a015f22 commit 86c0b40

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-image-size.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
129129
- name: Download origin artifact log
130130
if: env.skip != 'true'
131-
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4
131+
uses: actions/download-artifact@v4.1.3
132132
with:
133133
name: build-comments
134134
path: merged-files
@@ -159,7 +159,7 @@ jobs:
159159
all_comments: ${{ steps.summary.outputs.all_comments }}
160160
steps:
161161
- name: Download Summary
162-
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4
162+
uses: actions/download-artifact@v4.1.3
163163
with:
164164
name: build-comments
165165
path: downloaded-files

0 commit comments

Comments
 (0)