Skip to content

Commit f9568b7

Browse files
authored
fix: use upload-artifact@v5 instead of v2 (#311)
1 parent e78dbd6 commit f9568b7

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
@@ -64,7 +64,7 @@ jobs:
6464
git push origin "$BRANCH"
6565
echo "$BRANCH" > releasebranch.txt
6666
67-
- uses: actions/upload-artifact@v2
67+
- uses: actions/upload-artifact@v5
6868
with:
6969
name: releasebranch
7070
path: releasebranch.txt

0 commit comments

Comments
 (0)