Skip to content

Commit 6e1c736

Browse files
Update actions/download-artifact digest to 70fc10c
1 parent 85b5042 commit 6e1c736

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
steps:
123123
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
124124
- name: Download kover reports
125-
uses: actions/download-artifact@de96f4613b77ec03b5cf633e7c350c32bd3c5660
125+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
126126
with:
127127
name: kover-report
128128
- run: ls -la
@@ -137,7 +137,7 @@ jobs:
137137
steps:
138138
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
139139
- name: Download test results
140-
uses: actions/download-artifact@de96f4613b77ec03b5cf633e7c350c32bd3c5660
140+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
141141
with:
142142
pattern: test-results*
143143
- name: Publish Unit Test Results

0 commit comments

Comments
 (0)