Skip to content

Commit ffdbf81

Browse files
authored
Merge pull request #171 from zephir-lang/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents bbcda9a + cea8d6e commit ffdbf81

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
@@ -275,7 +275,7 @@ jobs:
275275
276276
- name: Download Zephir Parser build artifacts
277277
id: download
278-
uses: actions/download-artifact@v5
278+
uses: actions/download-artifact@v6
279279
with:
280280
path: ./build-artifacts
281281

0 commit comments

Comments
 (0)