Skip to content

Commit 7e36023

Browse files
chore(deps): update actions/upload-artifact action to v6 (#163)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent aba7d4f commit 7e36023

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Run coverage report
4949
run: yarn coverage
50-
- uses: actions/upload-artifact@v5
50+
- uses: actions/upload-artifact@v6
5151
with:
5252
name: coverage-data-${{ github.run_id }}
5353
path: |

0 commit comments

Comments
 (0)