Skip to content

Commit acff429

Browse files
Bump actions/download-artifact from 3 to 4.1.7 (#287)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7.
1 parent 037f869 commit acff429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
needs: prepare
7878
steps:
7979
- name: Download workspace
80-
uses: actions/download-artifact@v3
80+
uses: actions/download-artifact@v4.1.7
8181
with:
8282
name: prepare-workspace
8383
path: ./prepare-workspace/

0 commit comments

Comments
 (0)