Skip to content

Commit

Permalink
fix: update upload-artifact action to version 4 (#641)
Browse files Browse the repository at this point in the history
* fix: update upload-artifact action to version 4

* fix: update artifact name format to include server and version

---------

Co-authored-by: BelKed <[email protected]>
  • Loading branch information
ErikBjare and BelKed authored Feb 21, 2025
1 parent 8679b69 commit 8ec401c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build
run: make build
- name: Upload build
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4
with:
name: build-webpack
path: dist/*
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Build
run: make build-vite
- name: Upload build
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4
with:
name: build-vite
path: dist/*
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
mv ~/.cache/activitywatch/log/*/*.log logs/dist/$aw_server/$aw_version
- name: Upload logs
if: ${{ always() }}
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4
with:
name: logs
name: logs-${{ matrix.aw-server }}-${{ matrix.aw-version }}
path: logs/dist/*

0 comments on commit 8ec401c

Please sign in to comment.