Skip to content

Commit 3861c9b

Browse files
chore(deps): update github actions (#510)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7e5b3d8 commit 3861c9b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,13 @@ jobs:
9090
fetch-depth: 2
9191

9292
- name: Download Coverage Report
93-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
93+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
9494
with:
9595
name: coverage
9696
path: coverage/
9797

9898
- name: Codecov Upload
99-
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5
99+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5
100100
with:
101101
token: ${{ secrets.CODECOV_TOKEN }}
102102
directory: coverage/

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
turbo: true
7878

7979
- name: Download Documentation Artifacts
80-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
80+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
8181
with:
8282
name: docs
8383
path: docs

0 commit comments

Comments
 (0)