We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2fd860c + 61993ce commit c877726Copy full SHA for c877726
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@v5
+ - uses: actions/download-artifact@v6
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