Skip to content

Commit 3e9ef90

Browse files
committed
update artifact step
1 parent 39e0ffd commit 3e9ef90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: cp dist/twitch.apk bttv.apk && shasum *.apk
5555

5656
# send to other release job if needed
57-
- uses: actions/upload-artifact@v2
57+
- uses: actions/upload-artifact@v4
5858
if: ${{ github.event_name != 'pull_request' }}
5959
with:
6060
name: bttv-apk
@@ -66,14 +66,14 @@ jobs:
6666
runs-on: ubuntu-latest
6767
steps:
6868
- uses: actions/checkout@v2
69-
- name: Get CHANGELOGA
69+
- name: Get CHANGELOG
7070
id: changelog
7171
run: |
7272
echo "RELEASE_BODY<<EOF" > /tmp/bttv &&
7373
head -n25 CHANGELOG.md >> /tmp/bttv &&
7474
echo "EOF" >> /tmp/bttv &&
7575
cat /tmp/bttv >> $GITHUB_OUTPUT
76-
- uses: actions/download-artifact@v2
76+
- uses: actions/download-artifact@v4
7777
with:
7878
name: bttv-apk
7979
- name: Create Release

0 commit comments

Comments
 (0)