Skip to content

Commit 8baf496

Browse files
chore(deps): update github artifact actions
1 parent 1366489 commit 8baf496

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/main-docker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@ jobs:
8686

8787
- name: Upload Playwright trace
8888
if: failure()
89-
uses: actions/upload-artifact@v4
89+
uses: actions/upload-artifact@v5
9090
with:
9191
name: Playwright trace (${{ matrix.dockerfile }})
9292
path: test-output/playwright/output
9393

94-
- uses: actions/upload-artifact@v4
94+
- uses: actions/upload-artifact@v5
9595
if: ${{ !cancelled() }}
9696
with:
9797
name: Playwright report (${{ matrix.dockerfile }})
@@ -209,7 +209,7 @@ jobs:
209209
touch "/tmp/digests/${digest#sha256:}"
210210
211211
- name: Upload digest
212-
uses: actions/upload-artifact@v4
212+
uses: actions/upload-artifact@v5
213213
with:
214214
name: digests-${{ env.PLATFORM_PAIR }}-${{ matrix.dockerfile }}
215215
path: /tmp/digests/*
@@ -223,7 +223,7 @@ jobs:
223223
- build
224224
steps:
225225
- name: Download digests
226-
uses: actions/download-artifact@v5
226+
uses: actions/download-artifact@v6
227227
with:
228228
path: /tmp/digests
229229
pattern: digests-*

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
name: Nightly Build
9090

9191
- name: Publish artifacts
92-
uses: actions/upload-artifact@v4
92+
uses: actions/upload-artifact@v5
9393
if: ${{ github.event_name == 'pull_request' }}
9494
with:
9595
name: TriliumNotes ${{ matrix.os.name }} ${{ matrix.arch }}

.github/workflows/playwright.yml

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

3636
- name: Upload test report
3737
if: failure()
38-
uses: actions/upload-artifact@v4
38+
uses: actions/upload-artifact@v5
3939
with:
4040
name: e2e report
4141
path: apps/server-e2e/test-output

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGN_KEY }}
7474

7575
- name: Upload the artifact
76-
uses: actions/upload-artifact@v4
76+
uses: actions/upload-artifact@v5
7777
with:
7878
name: release-desktop-${{ matrix.os.name }}-${{ matrix.arch }}
7979
path: apps/desktop/upload/*.*
@@ -100,7 +100,7 @@ jobs:
100100
arch: ${{ matrix.arch }}
101101

102102
- name: Upload the artifact
103-
uses: actions/upload-artifact@v4
103+
uses: actions/upload-artifact@v5
104104
with:
105105
name: release-server-linux-${{ matrix.arch }}
106106
path: upload/*.*
@@ -120,7 +120,7 @@ jobs:
120120
docs/Release Notes
121121
122122
- name: Download all artifacts
123-
uses: actions/download-artifact@v5
123+
uses: actions/download-artifact@v6
124124
with:
125125
merge-multiple: true
126126
pattern: release-*

0 commit comments

Comments
 (0)