Skip to content

Commit ec78115

Browse files
chore(deps): update all github actions
1 parent cd77a0b commit ec78115

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
# into a separate job (or, otherwise, we'd need to upload the content
127127
# of the whole `.git` folder as an artifact).
128128
- name: JUnit Tests (dorny/test-reporter@v1)
129-
uses: dorny/test-reporter@v1
129+
uses: dorny/test-reporter@v2
130130
if: ${{ always() }}
131131
with:
132132
name: JUnit Tests (${{ runner.os }}, dorny/test-reporter@v1)
@@ -192,7 +192,7 @@ jobs:
192192
pull-requests: write
193193

194194
steps:
195-
- uses: actions/download-artifact@v4
195+
- uses: actions/download-artifact@v5
196196
if: ${{ always() }}
197197
with:
198198
name: xml-test-reports-${{ runner.os }}

0 commit comments

Comments
 (0)