File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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@v5
120+ - uses : actions/download-artifact@v6
121121 with :
122122 name : ghostty-appimage-aarch64
123123
124- - uses : actions/download-artifact@v5
124+ - uses : actions/download-artifact@v6
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@v5
148+ - uses : actions/download-artifact@v6
149149 with :
150150 name : ghostty-appimage-aarch64
151151
152- - uses : actions/download-artifact@v5
152+ - uses : actions/download-artifact@v6
153153 with :
154154 name : ghostty-appimage-x86_64
155155
You can’t perform that action at this time.
0 commit comments