Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 14, 2023
1 parent e3fa418 commit fddf95d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: yarn dist
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: AppImage
path: dist/*.AppImage
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: Deb
path: dist/*.deb
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: Rpm
path: dist/*.rpm
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: Snap
path: dist/*.snap
Expand Down

0 comments on commit fddf95d

Please sign in to comment.