We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a015f22 commit 86c0b40Copy full SHA for 86c0b40
1 file changed
.github/workflows/pr-image-size.yml
@@ -128,7 +128,7 @@ jobs:
128
129
- name: Download origin artifact log
130
if: env.skip != 'true'
131
- uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4
+ uses: actions/download-artifact@v4.1.3
132
with:
133
name: build-comments
134
path: merged-files
@@ -159,7 +159,7 @@ jobs:
159
all_comments: ${{ steps.summary.outputs.all_comments }}
160
steps:
161
- name: Download Summary
162
163
164
165
path: downloaded-files
0 commit comments