Skip to content

Commit 1e982a8

Browse files
committed
run after check and bump versions
1 parent 7c908eb commit 1e982a8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/bevy_mod_scripting.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,21 +76,22 @@ jobs:
7676
${{ matrix.run_args.command }}
7777
7878
- name: Upload lcov files if any exist
79-
uses: actions/upload-artifact@v2
79+
uses: actions/upload-artifact@v4
8080
with:
8181
name: lcov-${{ matrix.run_args.os }}-${{ matrix.run_args.name }}
8282
path: |
8383
**/lcov.*
8484
if-no-files-found: ignore
8585

8686
report-coverage:
87+
needs: check
8788
runs-on: ubuntu-latest
8889
continue-on-error: true
8990
permissions:
9091
pull-requests: write
9192
steps:
9293
- name: Download all lcov files
93-
uses: actions/download-artifact@v2
94+
uses: actions/download-artifact@v4
9495
with:
9596
merge-multiple: true
9697
pattern: lcov-*

0 commit comments

Comments
 (0)