Skip to content

Commit b8de33f

Browse files
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 48eef5f commit b8de33f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continuous-deployment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
steps:
135135
- id: fetch
136136
name: Fetch artifact
137-
uses: actions/download-artifact@v3
137+
uses: actions/download-artifact@v4.1.7
138138
with:
139139
name: release-candidate
140140
path: ./dist

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
if: ${{ github.ref_name == 'main' }}
5555
steps:
5656
- name: Download release candidate
57-
uses: actions/download-artifact@v4
57+
uses: actions/download-artifact@v4.1.7
5858
with:
5959
name: release-candidate
6060
path: ./docs/

0 commit comments

Comments
 (0)