Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 944e8c8

Browse files
authored
Merge pull request #1 from RanitManik/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
2 parents e0fc676 + 5654058 commit 944e8c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-docs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
steps:
5353
- name: Download artifacts
54-
uses: actions/download-artifact@v3
54+
uses: actions/download-artifact@v4.1.7
5555
with:
5656
name: docs
5757
path: artifacts
@@ -67,7 +67,7 @@ jobs:
6767

6868
steps:
6969
- name: Download artifacts
70-
uses: actions/download-artifact@v3
70+
uses: actions/download-artifact@v4.1.7
7171
with:
7272
name: docs
7373

@@ -94,7 +94,7 @@ jobs:
9494

9595
steps:
9696
- name: Download artifact
97-
uses: actions/download-artifact@v3
97+
uses: actions/download-artifact@v4.1.7
9898
with:
9999
name: docs
100100

0 commit comments

Comments
 (0)