chore: update github action deps [skip e2e]
This commit is contained in:
4
.github/workflows/clipper.release.prod.yml
vendored
4
.github/workflows/clipper.release.prod.yml
vendored
@@ -46,7 +46,7 @@ jobs:
|
||||
yarn web-ext sign --source-dir dist --api-key $WEB_EXT_API_KEY --api-secret $WEB_EXT_API_SECRET --channel=listed --use-submission-api
|
||||
mv web-ext-artifacts/*.xpi standard-notes-clipper-$PACKAGE_VERSION.firefox.xpi
|
||||
- name: Upload
|
||||
uses: actions/upload-artifact@v3.0.0
|
||||
uses: actions/upload-artifact@v4.0.0
|
||||
with:
|
||||
name: assets
|
||||
path: |
|
||||
@@ -73,7 +73,7 @@ jobs:
|
||||
- name: Export version from package.json
|
||||
run:
|
||||
echo "PACKAGE_VERSION=$(grep '"version"' ./package.json | cut -d '"' -f 4 | cut -d "-" -f 1)" >> $GITHUB_ENV
|
||||
- uses: actions/download-artifact@v3
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: assets
|
||||
path: packages/clipper/artifacts
|
||||
|
||||
12
.github/workflows/desktop.release.reuse.yml
vendored
12
.github/workflows/desktop.release.reuse.yml
vendored
@@ -46,7 +46,7 @@ jobs:
|
||||
run: yarn run electron-builder --mac --arm64 --publish=never --c.extraMetadata.version=${{ env.APP_VERSION }}
|
||||
|
||||
- name: Upload
|
||||
uses: actions/upload-artifact@v3.0.0
|
||||
uses: actions/upload-artifact@v4.0.0
|
||||
with:
|
||||
name: assets
|
||||
path: |
|
||||
@@ -95,7 +95,7 @@ jobs:
|
||||
run: yarn run electron-builder --linux --arm64 -c.linux.target=AppImage --publish=never --c.extraMetadata.version=${{ env.APP_VERSION }}
|
||||
|
||||
- name: Upload
|
||||
uses: actions/upload-artifact@v3.0.0
|
||||
uses: actions/upload-artifact@v4.0.0
|
||||
with:
|
||||
name: assets
|
||||
path: |
|
||||
@@ -185,7 +185,7 @@ jobs:
|
||||
yarn run electron-builder --linux --arm64 -c.linux.target=deb --publish=never --c.extraMetadata.version=${{ env.APP_VERSION }}
|
||||
|
||||
- name: Upload
|
||||
uses: actions/upload-artifact@v3.0.0
|
||||
uses: actions/upload-artifact@v4.0.0
|
||||
with:
|
||||
name: assets
|
||||
path: |
|
||||
@@ -238,7 +238,7 @@ jobs:
|
||||
run: review-tools.snap-review dist/standard-notes-${{ env.APP_VERSION }}-linux-amd64.snap
|
||||
|
||||
- name: Upload
|
||||
uses: actions/upload-artifact@v3.0.0
|
||||
uses: actions/upload-artifact@v4.0.0
|
||||
with:
|
||||
name: assets
|
||||
path: |
|
||||
@@ -324,7 +324,7 @@ jobs:
|
||||
run: yarn run electron-builder --windows --x64 --ia32 --publish=never --c.extraMetadata.version=$(node -p "require('./../web/package.json').version")
|
||||
|
||||
- name: Upload
|
||||
uses: actions/upload-artifact@v3.0.0
|
||||
uses: actions/upload-artifact@v4.0.0
|
||||
with:
|
||||
name: assets
|
||||
path: |
|
||||
@@ -354,7 +354,7 @@ jobs:
|
||||
|
||||
- run: yarn install --immutable
|
||||
|
||||
- uses: actions/download-artifact@v3
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: assets
|
||||
path: packages/desktop/dist
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"version": "3.195.18",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "dist/app.js",
|
||||
"author": "Standard Notes.",
|
||||
"author": "Standard Notes",
|
||||
"private": true,
|
||||
"files": [
|
||||
"dist"
|
||||
|
||||
Reference in New Issue
Block a user