Skip to content

Commit 21c53d8

Browse files
chore(deps): update actions/download-artifact action to v5
1 parent 0415a21 commit 21c53d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
if: github.repository == 'apter-tech/junit5-robolectric-extension' && github.event_name == 'pull_request'
119119
steps:
120120
- name: Download unit test report
121-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
121+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
122122
with:
123123
name: ${{ matrix.os }}-unit-test-report
124124
- name: Comment unit test report
@@ -142,7 +142,7 @@ jobs:
142142
if: github.repository == 'apter-tech/junit5-robolectric-extension' && github.event_name == 'pull_request'
143143
steps:
144144
- name: Download coverage report
145-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
145+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
146146
with:
147147
name: ${{ matrix.os }}-kover-report
148148
- name: Comment branch coverage report to PR

0 commit comments

Comments
 (0)