Skip to content

Commit 7ca9c5a

Browse files
authored
Merge pull request #30 from spacemeshos/dependabot/github_actions/actions/download-artifact-4
chore(deps): bump actions/download-artifact from 3 to 4
2 parents 6365cdd + ac8670e commit 7ca9c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
steps:
124124
- uses: actions/checkout@v4
125125
- name: Download artifacts
126-
uses: actions/download-artifact@v3
126+
uses: actions/download-artifact@v4
127127
with:
128128
path: ./artifacts
129129
- name: List artifacts

0 commit comments

Comments
 (0)