Skip to content

Commit 0bdad7f

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] <support@github.com>
1 parent a77537c commit 0bdad7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gen-test-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
ref: ${{ github.event.pull_request.head.sha }}
204204

205205
- name: Retrieve RootCA/PubKey
206-
uses: actions/download-artifact@v3
206+
uses: actions/download-artifact@v4.1.7
207207
with:
208208
name: Certs
209209
path: ${{env.cert_path}}

0 commit comments

Comments
 (0)