Skip to content

Commit e4d5791

Browse files
authored
Merge pull request #82 from JohT/renovate/major-github-artifact-actions
Update actions/download-artifact action to v5
2 parents cea1cac + c0061c9 commit e4d5791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/internal-commit-results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
token: ${{ secrets.repository-commit-token }}
5151

5252
- name: Download artifacts to commit
53-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
53+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
5454
with:
5555
name: ${{ inputs.uploaded-artifact-name }}
5656
path: ${{ inputs.commit-directory }}

0 commit comments

Comments
 (0)