Skip to content

Commit 85bb7c1

Browse files
chore(deps): update github actions (#250)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 23eae87 commit 85bb7c1

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
@@ -78,12 +78,12 @@ jobs:
7878
with:
7979
fetch-depth: 2
8080
- name: Download Coverage report
81-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
81+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
8282
with:
8383
name: coverage
8484
path: coverage/
8585
- name: Codecov Upload
86-
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5
86+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5
8787
with:
8888
token: ${{ secrets.CODECOV_TOKEN }}
8989
directory: coverage/

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Install Dependencies
6868
run: yarn --immutable
6969
- name: Download Documentation Artifacts
70-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
70+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
7171
with:
7272
name: docs
7373
path: docs

0 commit comments

Comments
 (0)