Skip to content

Commit 4ee9f34

Browse files
Merge pull request #1320 from Luap99/fix-gh
Revert "[skip-ci] Update actions/download-artifact action to v5"
2 parents cc646bc + b31bc38 commit 4ee9f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
- name: Display release notes
113113
run: cat $VERSION-release-notes.md
114114
- name: Download all artifacts
115-
uses: actions/download-artifact@v5
115+
uses: actions/download-artifact@v4
116116
- name: Create release
117117
env:
118118
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)