mirror of
https://github.com/theopfr/somo.git
synced 2025-06-10 01:33:32 +03:00
fix ci by updating upload-artifact version
This commit is contained in:
2
.github/workflows/cicd.yml
vendored
2
.github/workflows/cicd.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
||||
cargo deb --output target/debian/somo-${{ steps.version.outputs.version }}.deb
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: somo-${{ steps.version.outputs.version }}-${{ github.run_number }}-${{ github.sha }}.deb
|
||||
path: target/debian/somo-${{ steps.version.outputs.version }}.deb
|
||||
|
||||
Reference in New Issue
Block a user