diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49f92aa..aa1f6a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -253,7 +253,7 @@ jobs: -Dsonar.projectVersion=${{ env.OBS_MAJOR_VERSION }} - name: Upload Build Asset - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: obs-${{ env.OBS_VERSION }} path: | @@ -265,7 +265,7 @@ jobs: if-no-files-found: error - name: Upload Build Asset Initial Flash - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: obs-${{ env.OBS_VERSION }}-initial-flash path: | @@ -278,7 +278,7 @@ jobs: if-no-files-found: error - name: Upload Build Asset obspro - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: obspro-${{ env.OBS_VERSION }} path: | @@ -290,7 +290,7 @@ jobs: if-no-files-found: error - name: Upload Build Asset Initial Flash obspro - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: obspro-${{ env.OBS_VERSION }}-initial-flash path: |