Skip to content

Commit 359f0b6

Browse files
committed
fix: update upload-artifact action to version 4
1 parent 053b8d6 commit 359f0b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Build
3131
run: make build
3232
- name: Upload build
33-
uses: actions/upload-artifact@v3.1.2
33+
uses: actions/upload-artifact@v4
3434
with:
3535
name: build-webpack
3636
path: dist/*
@@ -58,7 +58,7 @@ jobs:
5858
- name: Build
5959
run: make build-vite
6060
- name: Upload build
61-
uses: actions/upload-artifact@v3.1.2
61+
uses: actions/upload-artifact@v4
6262
with:
6363
name: build-vite
6464
path: dist/*
@@ -192,7 +192,7 @@ jobs:
192192
mv ~/.cache/activitywatch/log/*/*.log logs/dist/$aw_server/$aw_version
193193
- name: Upload logs
194194
if: ${{ always() }}
195-
uses: actions/upload-artifact@v3.1.2
195+
uses: actions/upload-artifact@v4
196196
with:
197197
name: logs
198198
path: logs/dist/*

0 commit comments

Comments
 (0)