Skip to content

Commit c0921f3

Browse files
Merge 57df950 into 1f79c18
2 parents 1f79c18 + 57df950 commit c0921f3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
steps:
1515
- name: check-for-cc
1616
id: check-for-cc
17-
uses: agenthunt/conventional-commit-checker-action@v2.0.0
17+
uses: agenthunt/conventional-commit-checker-action@v2.0.1
1818
with:
1919
pr-title-regex: "^(.+)(?:(([^)s]+)))?!?: (.+)"

.github/workflows/flaky.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
echo TESTS_RESULT=$result
6060
echo "TESTS_RESULT=$result" >>"$GITHUB_ENV"
6161
- name: download nextest reports
62-
uses: actions/download-artifact@v5
62+
uses: actions/download-artifact@v6
6363
with:
6464
pattern: libtest_run_${{ github.run_number }}-${{ github.run_attempt }}-*
6565
merge-multiple: true

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122

123123
- name: upload results
124124
if: ${{ failure() && inputs.flaky }}
125-
uses: actions/upload-artifact@v4
125+
uses: actions/upload-artifact@v5
126126
with:
127127
name: libtest_run_${{ github.run_number }}-${{ github.run_attempt }}-${{ matrix.name }}_${{ matrix.features }}_${{ matrix.rust }}.json
128128
path: output
@@ -221,7 +221,7 @@ jobs:
221221

222222
- name: upload results
223223
if: ${{ failure() && inputs.flaky }}
224-
uses: actions/upload-artifact@v4
224+
uses: actions/upload-artifact@v5
225225
with:
226226
name: libtest_run_${{ github.run_number }}-${{ github.run_attempt }}-${{ matrix.name }}_${{ matrix.features }}_${{ matrix.rust }}.json
227227
path: output

0 commit comments

Comments
 (0)