We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 101fb07 commit b04b76bCopy full SHA for b04b76b
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@v7
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