Skip to content

Commit

Permalink
fix: update the ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjonok committed Oct 1, 2024
1 parent dcc4d5b commit c5c0727
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
mv icon.png dist/icon.png
mv icons/ dist/icons/
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: "spycer-linux"
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
mv icon.png dist/icon.png
mv icons/ dist/icons/
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: "spycer-windows"
path: |
Expand Down

0 comments on commit c5c0727

Please sign in to comment.