Skip to content

Commit 5ffc2bd

Browse files
chore(deps): update actions/download-artifact action to v8
1 parent cb5f7b7 commit 5ffc2bd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,11 @@ jobs:
117117
runs-on: ubuntu-latest
118118
if: ${{ github.event_name == 'release' }}
119119
steps:
120-
- uses: actions/download-artifact@v6
120+
- uses: actions/download-artifact@v8
121121
with:
122122
name: ghostty-appimage-aarch64
123123

124-
- uses: actions/download-artifact@v6
124+
- uses: actions/download-artifact@v8
125125
with:
126126
name: ghostty-appimage-x86_64
127127

@@ -145,11 +145,11 @@ jobs:
145145
contents: write
146146
runs-on: ubuntu-latest
147147
steps:
148-
- uses: actions/download-artifact@v6
148+
- uses: actions/download-artifact@v8
149149
with:
150150
name: ghostty-appimage-aarch64
151151

152-
- uses: actions/download-artifact@v6
152+
- uses: actions/download-artifact@v8
153153
with:
154154
name: ghostty-appimage-x86_64
155155

0 commit comments

Comments
 (0)