CI: Replace deprecated actions/upload-artifact action

This commit is contained in:
WarmUpTill 2024-09-11 13:34:26 +02:00 committed by WarmUpTill
parent b561a20dde
commit 2b95598958

View File

@ -50,7 +50,7 @@ jobs:
mv ../*.deb .
- name: Publish
if: success()
uses: actions/upload-artifact@v2.2.1
uses: actions/upload-artifact@v4
with:
name: "obs-scene-switcher.deb"
path: ${{ github.workspace }}/*.deb