Skip to content

Commit

Permalink
updated to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
restenb committed Dec 12, 2024
1 parent c341f86 commit 586c716
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci-cosim-demo-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ jobs:
${{ runner.os }}-m2-
- run: lein cljsbuild once min
- run: lein cljsbuild test
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: client
path: resources/public/static/js/compiled/app.js
overwrite: true

server:
name: Build Go Application with packr
Expand Down Expand Up @@ -88,7 +89,8 @@ jobs:
sh ./set-rpath ./dist/lib
if: runner.os == 'Linux'
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: cosim-demo-app-${{ runner.os }}
path: dist
overwrite: true

0 comments on commit 586c716

Please sign in to comment.