Skip to content

Commit

Permalink
try new action build file #888
Browse files Browse the repository at this point in the history
  • Loading branch information
bpatrik committed Apr 15, 2024
1 parent 84822e5 commit 53caa66
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:


steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

Expand Down Expand Up @@ -87,10 +87,10 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
-
name: Setup Node.js for use with actions
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
-
Expand All @@ -99,7 +99,7 @@ jobs:
-
name: Create Release
run: npm run create-release -- --skip-opt-packages=ffmpeg-static,ffprobe-static --force-opt-packages
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: pigallery2-release
path: release
Expand Down

0 comments on commit 53caa66

Please sign in to comment.