Skip to content

Commit 33ab55c

Browse files
chore(deps): update github artifact actions to v7
1 parent 8ca89eb commit 33ab55c

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/_tag-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Download updated screenshots
4747
if: inputs.screenshots-changed
48-
uses: actions/download-artifact@v4
48+
uses: actions/download-artifact@v7
4949
with:
5050
name: updated-screenshots
5151
path: docs/screenshots/

.github/workflows/_test-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: bun run test:e2e
2424

2525
- name: Upload test results
26-
uses: actions/upload-artifact@v4
26+
uses: actions/upload-artifact@v7
2727
if: always()
2828
with:
2929
name: playwright-report

.github/workflows/_update-screenshots.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@ jobs:
6868
6969
- name: Upload changed screenshots
7070
if: steps.compare.outputs.changed == 'true'
71-
uses: actions/upload-artifact@v4
71+
uses: actions/upload-artifact@v7
7272
with:
7373
name: updated-screenshots
7474
path: docs/screenshots/
7575
retention-days: 5
7676

7777
- name: Upload screenshots for review
78-
uses: actions/upload-artifact@v4
78+
uses: actions/upload-artifact@v7
7979
if: always()
8080
with:
8181
name: feature-screenshots

.github/workflows/cd.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
- run: bun run build
109109

110110
- name: Upload macOS artifact
111-
uses: actions/upload-artifact@v4
111+
uses: actions/upload-artifact@v7
112112
with:
113113
name: cept-macos
114114
path: packages/desktop/dist/*.dmg
@@ -125,7 +125,7 @@ jobs:
125125
- run: bun run build
126126

127127
- name: Upload Windows artifact
128-
uses: actions/upload-artifact@v4
128+
uses: actions/upload-artifact@v7
129129
with:
130130
name: cept-windows
131131
path: packages/desktop/dist/*.exe
@@ -142,7 +142,7 @@ jobs:
142142
- run: bun run build
143143

144144
- name: Upload Linux artifact
145-
uses: actions/upload-artifact@v4
145+
uses: actions/upload-artifact@v7
146146
with:
147147
name: cept-linux
148148
path: packages/desktop/dist/*.AppImage
@@ -163,7 +163,7 @@ jobs:
163163
continue-on-error: true
164164

165165
- name: Upload iOS artifact
166-
uses: actions/upload-artifact@v4
166+
uses: actions/upload-artifact@v7
167167
with:
168168
name: cept-ios
169169
path: packages/mobile/ios/
@@ -190,7 +190,7 @@ jobs:
190190
continue-on-error: true
191191

192192
- name: Upload Android artifact
193-
uses: actions/upload-artifact@v4
193+
uses: actions/upload-artifact@v7
194194
with:
195195
name: cept-android
196196
path: packages/mobile/android/app/build/outputs/
@@ -202,7 +202,7 @@ jobs:
202202
runs-on: ubuntu-latest
203203
steps:
204204
- name: Download all artifacts
205-
uses: actions/download-artifact@v4
205+
uses: actions/download-artifact@v7
206206
with:
207207
merge-multiple: true
208208
path: dist

0 commit comments

Comments
 (0)