Skip to content

Commit

Permalink
chore: update github action deps [skip e2e]
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara committed Jan 9, 2025
1 parent 26f40a2 commit d3b0396
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clipper.release.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/desktop.release.reuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d3b0396

Please sign in to comment.