Skip to content

Commit f3717e7

Browse files
authored
Merge pull request #426 from JohT/renovate/major-github-artifact-actions
Update actions/download-artifact action to v5
2 parents e81e53d + 8b557d2 commit f3717e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/public-analyze-code-graph.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,14 +157,14 @@ jobs:
157157

158158
- name: (Code Analysis Setup) Download sources for analysis
159159
if: inputs.sources-upload-name != ''
160-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
160+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
161161
with:
162162
name: ${{ inputs.sources-upload-name }}
163163
path: temp/${{ inputs.analysis-name }}/source/${{ inputs.analysis-name }}
164164

165165
- name: (Code Analysis Setup) Download artifacts for analysis
166166
if: inputs.artifacts-upload-name != ''
167-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
167+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
168168
with:
169169
name: ${{ inputs.artifacts-upload-name }}
170170
path: temp/${{ inputs.analysis-name }}/artifacts

0 commit comments

Comments
 (0)