mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-21 14:09:34 +01:00
ci: update {upload,download}-artifact to v4
This commit is contained in:
8
.github/workflows/desktop.publish.yml
vendored
8
.github/workflows/desktop.publish.yml
vendored
@@ -58,7 +58,7 @@ jobs:
|
|||||||
run: npx nx build:desktop @notesnook/web
|
run: npx nx build:desktop @notesnook/web
|
||||||
|
|
||||||
- name: Archive build artifact
|
- name: Archive build artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: build
|
name: build
|
||||||
path: apps/web/build/**/*
|
path: apps/web/build/**/*
|
||||||
@@ -123,7 +123,7 @@ jobs:
|
|||||||
platform: "MAC_OS"
|
platform: "MAC_OS"
|
||||||
|
|
||||||
- name: Download build
|
- name: Download build
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: build
|
name: build
|
||||||
path: ./apps/web/build
|
path: ./apps/web/build
|
||||||
@@ -199,7 +199,7 @@ jobs:
|
|||||||
if: inputs.publish-snap
|
if: inputs.publish-snap
|
||||||
|
|
||||||
- name: Download build
|
- name: Download build
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: build
|
name: build
|
||||||
path: ./apps/web/build
|
path: ./apps/web/build
|
||||||
@@ -259,7 +259,7 @@ jobs:
|
|||||||
uses: ./.github/actions/setup-node-with-cache
|
uses: ./.github/actions/setup-node-with-cache
|
||||||
|
|
||||||
- name: Download build
|
- name: Download build
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: build
|
name: build
|
||||||
path: ./apps/web/build
|
path: ./apps/web/build
|
||||||
|
|||||||
Reference in New Issue
Block a user