Skip to content

Commit c877726

Browse files
authored
Merge pull request #107 from pkgforge-dev/renovate/actions-download-artifact-6.x
chore(deps): update actions/download-artifact action to v6
2 parents 2fd860c + 61993ce commit c877726

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.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@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

0 commit comments

Comments
 (0)