Skip to content

Commit 42e8513

Browse files
chore(deps): update github artifact actions
1 parent 0415a21 commit 42e8513

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
JUNIT5_ROBOLECTRIC_EXTENSION_GPG_SIGNING_KEY: '${{ secrets.JUNIT5_ROBOLECTRIC_EXTENSION_GPG_SIGNING_KEY }}'
6969
JUNIT5_ROBOLECTRIC_EXTENSION_GPG_SIGNING_PASSWORD: '${{ secrets.JUNIT5_ROBOLECTRIC_EXTENSION_GPG_SIGNING_PASSWORD }}'
7070
- name: Upload unit test report
71-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
71+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
7272
if: ${{ always() && hashFiles('**/test-results/**/*.xml') != '' }}
7373
with:
7474
name: ${{ matrix.os }}-unit-test-report
@@ -77,7 +77,7 @@ jobs:
7777
${{ github.workspace }}/**/build/test-results
7878
retention-days: 5
7979
- name: Upload coverage report
80-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
80+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
8181
if: ${{ always() && hashFiles('build/reports/kover/report.xml') != '' }}
8282
with:
8383
name: ${{ matrix.os }}-kover-report
@@ -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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
146146
with:
147147
name: ${{ matrix.os }}-kover-report
148148
- name: Comment branch coverage report to PR

0 commit comments

Comments
 (0)