Skip to content

Commit edf268d

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,12 @@ jobs:
116116
- build_client
117117
steps:
118118
- name: Retrieve server assets
119-
uses: actions/download-artifact@v2
119+
uses: actions/download-artifact@v4.1.7
120120
with:
121121
name: ${{ env.SERVER_ASSET }}.tar.gz
122122

123123
- name: Retrieve client assets
124-
uses: actions/download-artifact@v2
124+
uses: actions/download-artifact@v4.1.7
125125
with:
126126
name: ${{ env.CLIENT_ASSET }}.tar.gz
127127

0 commit comments

Comments
 (0)