We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb5f7b7 commit 5ffc2bdCopy full SHA for 5ffc2bd
1 file changed
.github/workflows/ci.yaml
@@ -117,11 +117,11 @@ jobs:
117
runs-on: ubuntu-latest
118
if: ${{ github.event_name == 'release' }}
119
steps:
120
- - uses: actions/download-artifact@v6
+ - uses: actions/download-artifact@v8
121
with:
122
name: ghostty-appimage-aarch64
123
124
125
126
name: ghostty-appimage-x86_64
127
@@ -145,11 +145,11 @@ jobs:
145
contents: write
146
147
148
149
150
151
152
153
154
155
0 commit comments