We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 053b8d6 commit 359f0b6Copy full SHA for 359f0b6
.github/workflows/nodejs.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Build
31
run: make build
32
- name: Upload build
33
- uses: actions/upload-artifact@v3.1.2
+ uses: actions/upload-artifact@v4
34
with:
35
name: build-webpack
36
path: dist/*
@@ -58,7 +58,7 @@ jobs:
58
59
run: make build-vite
60
61
62
63
name: build-vite
64
@@ -192,7 +192,7 @@ jobs:
192
mv ~/.cache/activitywatch/log/*/*.log logs/dist/$aw_server/$aw_version
193
- name: Upload logs
194
if: ${{ always() }}
195
196
197
name: logs
198
path: logs/dist/*
0 commit comments